height-app-api > PatchTasksMoveToTrashEffect
PatchTasksMoveToTrashEffect type
Move trash to the task
Signature:
export type PatchTasksMoveToTrashEffect = {
type: 'trashState';
trashState: 'trash';
trashStateEffectAt: string;
};
height-app-api > PatchTasksMoveToTrashEffect
Move trash to the task
Signature:
export type PatchTasksMoveToTrashEffect = {
type: 'trashState';
trashState: 'trash';
trashStateEffectAt: string;
};