API ReferenceTypesGetFoldersArgsOn this pageGetFoldersArgs type GetFoldersArgs = { cursor?: string | null; limit?: number; workspaceId: string;}; Properties cursor? optional cursor: string | null; limit? optional limit: number; workspaceId workspaceId: string;