height-app-api > PatchTasksOutOfTrashEffect
PatchTasksOutOfTrashEffect type
Move task out of the trash
Signature:
export type PatchTasksOutOfTrashEffect = {
type: 'trashState';
trashState: 'active';
trashStateEffectAt: string;
};
height-app-api > PatchTasksOutOfTrashEffect
Move task out of the trash
Signature:
export type PatchTasksOutOfTrashEffect = {
type: 'trashState';
trashState: 'active';
trashStateEffectAt: string;
};