UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

8 lines (7 loc) 167 B
export interface BrowseRequest { path: string; fromRoot?: string; includeFolders?: boolean; includeAssets?: boolean; includeExtensions?: string; }