@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
25 lines (24 loc) • 513 B
TypeScript
/**
* VRt.Account [AC]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { UserRoleAccount } from './userRole';
/**
* Token validation result.
*/
export interface TokenValidationResultAccount {
[key: string]: any | any;
/**
* Token status.
*/
valid: boolean;
/**
* List of user roles.
*/
roles: Array<UserRoleAccount>;
}