TaskWithSanitizedContent
type TaskWithSanitizedContent = Task & {
sanitizedContent: string;
};
Type declaration
Name | Type |
---|---|
sanitizedContent | string |
type TaskWithSanitizedContent = Task & {
sanitizedContent: string;
};
Name | Type |
---|---|
sanitizedContent | string |