UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

8 lines (7 loc) 171 B
export interface AssetsConfig { serverUrl: string; username: string; password: string; rejectUnauthorized: boolean; tokenValidityInMinutes?: number; }