UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

7 lines (6 loc) 156 B
export interface UpdateBulkRequest { q: string; metadata: Record<string, any>; asyncFlag?: boolean; parseMetadataModifications?: boolean; }