UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

6 lines (5 loc) 125 B
export interface LocalizationRequest { localeChain?: string[]; ifModifiedSince?: Date; bundle?: 'web' | 'acm'; }