Type alias HighSystemsResponseGetInstanceSettings
HighSystemsResponseGetInstanceSettings: {
results: {
instance: string;
logo: {
filename: string;
size: number;
};
name?: string;
theme?: {
primary: string;
};
twoFactorEnforced?: boolean;
};
success: boolean;
}
Type declaration
results: {
instance: string;
logo: {
filename: string;
size: number;
};
name?: string;
theme?: {
primary: string;
};
twoFactorEnforced?: boolean;
}
instance: string
logo: {
filename: string;
size: number;
}
filename: string
size: number
Optional
name?: string
Optional
theme?: {
primary: string;
}
Optional
twoFactorEnforced?: boolean
success: boolean