height-app-api > PatchTasksListsEffect
PatchTasksListsEffect type
Update lists
Signature:
export type PatchTasksListsEffect = {
type?: 'lists';
listIds?: Array<{
add?: Array<string>;
remove?: Array<string>;
}>;
};
height-app-api > PatchTasksListsEffect
Update lists
Signature:
export type PatchTasksListsEffect = {
type?: 'lists';
listIds?: Array<{
add?: Array<string>;
remove?: Array<string>;
}>;
};