Type alias HighSystemsResponseGetUserToken

HighSystemsResponseGetUserToken: {
    results: {
        active: boolean;
        applications?: string[];
        description?: string;
        id: string;
        name: string;
        relatedUser: string;
        token: string;
    };
    success: boolean;
}

Type declaration

  • results: {
        active: boolean;
        applications?: string[];
        description?: string;
        id: string;
        name: string;
        relatedUser: string;
        token: string;
    }
    • active: boolean
    • Optional applications?: string[]
    • Optional description?: string
    • id: string
    • name: string
    • relatedUser: string
    • token: string
  • success: boolean

Generated using TypeDoc