GetInboxArgs
type GetInboxArgs = {
archiveFilter?: ArchiveFilter;
cursor?: string;
limit?: number;
newerThan?: Date;
olderThan?: Date;
since?: Date;
until?: Date;
workspaceId: number;
};
Properties
archiveFilter?
optional archiveFilter: ArchiveFilter;
cursor?
optional cursor: string;
limit?
optional limit: number;
newerThan?
optional newerThan: Date;
olderThan?
optional olderThan: Date;
since?
optional since: Date;
Deprecated
Use newerThan instead.
until?
optional until: Date;
Deprecated
Use olderThan instead.
workspaceId
workspaceId: number;