radius-read
Version:
Realtime Dashboard
22 lines (21 loc) • 500 B
TypeScript
export declare class SocketIoClientInfo {
callbackURL: string;
socket: any;
userInfo: SocketIoUserInfo;
services: any[];
payload: SocktIoClientPayload;
}
export declare class SocketIoUserInfo {
UserAppRoles: string[];
AppCode: string;
LoginId: string;
Username: string;
UserId: string;
TenantCode: string;
Token: string;
}
export declare class SocktIoClientPayload {
registerService: any;
userRegister: any;
registeredServiceEntity: any;
}