height-app-api > PatchTasksStatusEffect
PatchTasksStatusEffect type
Update status
Signature:
export type PatchTasksStatusEffect = {
type: 'status';
status: string;
completedAt?: string;
};
height-app-api > PatchTasksStatusEffect
Update status
Signature:
export type PatchTasksStatusEffect = {
type: 'status';
status: string;
completedAt?: string;
};