Type alias HighSystemsResponseGetUserTokens

HighSystemsResponseGetUserTokens: {
    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;
    }[]
  • success: boolean

Generated using TypeDoc