Skip to main content

NoteAddArgs

type NoteAddArgs = {
content?: string;
fileAttachment?: unknown;
itemId?: string;
postedAt: string;
projectId?: string;
uidsToNotify?: string[];
};

Properties

content?

optional content: string;

fileAttachment?

optional fileAttachment: unknown;

itemId?

optional itemId: string;

postedAt

postedAt: string;

projectId?

optional projectId: string;

uidsToNotify?

optional uidsToNotify: string[];