We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f3e41 commit dfca8deCopy full SHA for dfca8de
proto
web/src/shared/hooks/api/types.ts
@@ -12,6 +12,7 @@ export type UserInfo = {
12
login: string;
13
email: string;
14
phone_number?: string;
15
+ is_admin: boolean;
16
};
17
18
export type EnrollmentStartRequest = {
@@ -21,6 +22,7 @@ export type EnrollmentStartRequest = {
21
22
export type EnrollmentSettings = {
23
vpn_setup_optional: boolean;
24
only_client_activation: boolean;
25
+ admin_device_management: boolean;
26
27
28
export type EnrollmentStartResponse = {
0 commit comments