import { ApiUserTypeVM } from './apiUserTypeVM'; export interface ApiFlagUserTypeVM { id?: number; api_flag_id?: number; user_type_id?: number; apiUserType?: ApiUserTypeVM; can_update?: boolean; can_delete?: boolean; }