Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.25 KB

File metadata and controls

17 lines (12 loc) · 1.25 KB

ListFoldersRequest

Example Usage

import { ListFoldersRequest } from "dub/models/operations";

let value: ListFoldersRequest = {};

Fields

Field Type Required Description Example
search string The search term to filter the folders by.
page number The page number for pagination. 1
pageSize number The number of items per page. 50