UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

11 lines (10 loc) 226 B
export interface BrowseResponse { assetPath: string; browsable: boolean; collection: boolean; containerId: string; directory: boolean; name: string; permissionMask: string; removing: boolean; }