UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

11 lines (10 loc) 251 B
export interface CreateAssetResponse { highlightedText?: string; id: string; metadata?: Record<string, any>; originalUrl?: string; permissions?: string; previewUrl?: string; thumbnailUrl?: string; uploadUrl?: string; }