UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

7 lines (6 loc) 149 B
export interface CreateAuthKeyResponse { authKey: string; desktopClientUrl: string; mobileClientUrl: string; webClientUrl: string; }