UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

10 lines (9 loc) 212 B
export interface ProfileResponse { username: string; fullName: string; email: string | null; locale: string | null; authorities: string[]; userZone: string | null; groups: string[]; }