/* eslint-disable */ /* tslint:disable */ // @ts-nocheck /* * --------------------------------------------------------------- * ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ## * ## ## * ## AUTHOR: acacode ## * ## SOURCE: https://github.com/acacode/swagger-typescript-api ## * --------------------------------------------------------------- */ export interface EntityPrototype { mappings?: Record; type?: string; } export interface OpenAPIGetEntityRespVO { fields?: string[]; id?: number; name?: string; prototypes?: EntityPrototype[]; updated_at?: number; }