1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

Added staff info

This commit is contained in:
Adolfo Gómez García 2020-05-11 13:40:38 +02:00
parent 68b30f4abe
commit a79a8d993e

View File

@ -64,6 +64,13 @@ export interface UserProfile {
readonly admin: boolean; // Info only, API will check it anyway, but hides non usable items readonly admin: boolean; // Info only, API will check it anyway, but hides non usable items
} }
export interface Info {
readonly networks: string[];
readonly transports: string[];
readonly ip: string;
readonly ip_proxy: string;
}
// User related // User related
export class User { export class User {
readonly user: string; readonly user: string;