Skip to main content

GetInboxArgs

type GetInboxArgs = {
archiveFilter?: ArchiveFilter;
cursor?: string;
limit?: number;
newerThan?: Date;
olderThan?: Date;
workspaceId: number;
};

Properties

archiveFilter?

optional archiveFilter: ArchiveFilter;

cursor?

optional cursor: string;

limit?

optional limit: number;

newerThan?

optional newerThan: Date;

olderThan?

optional olderThan: Date;

workspaceId

workspaceId: number;