height-app-api > PatchTasksDescriptionEffect
PatchTasksDescriptionEffect type
Update description
Signature:
export type PatchTasksDescriptionEffect = {
type: 'description';
description: {
message: string;
};
};
height-app-api > PatchTasksDescriptionEffect
Update description
Signature:
export type PatchTasksDescriptionEffect = {
type: 'description';
description: {
message: string;
};
};