UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

10 lines (9 loc) 220 B
export interface CopyRequest { source: string; target: string; folderReplacePolicy?: string; fileReplacePolicy?: string; filterQuery?: string; flattenFolders?: boolean; asyncFlag?: boolean; }