UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

5 lines (4 loc) 98 B
export interface APICreateFolderRequest { path: string; metadata?: Record<string, any>; }