Skip to main content

GetFoldersResponse

type GetFoldersResponse = {
nextCursor: string | null;
results: Folder[];
};

Properties

nextCursor

nextCursor: string | null;

results

results: Folder[];