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