NoteUpdateArgs
type NoteUpdateArgs = {
content?: string;
fileAttachment?: unknown;
id: string;
itemId?: string;
projectId?: string;
uidsToNotify?: string[];
};
Properties
content?
optional content: string;
fileAttachment?
optional fileAttachment: unknown;
id
id: string;
itemId?
optional itemId: string;
projectId?
optional projectId: string;
uidsToNotify?
optional uidsToNotify: string[];