Skip to main content

GetFoldersArgs

type GetFoldersArgs = {
cursor?: string | null;
limit?: number;
workspaceId: number;
};

Properties

cursor?

optional cursor: string | null;

limit?

optional limit: number;

workspaceId

workspaceId: number;