import { UserTypeSecurityVM } from './userTypeSecurityVM'; export interface ApiUserTypeVM { id?: number; api_id?: number; name?: string; is_system?: boolean; autogen_organisation_off?: boolean; userSecurities?: Array; can_update?: boolean; can_delete?: boolean; }