export interface EntityPrototype { mappings?: Record; type?: string; } export interface OpenAPIGetEntityRespVO { fields?: string[]; id?: number; name?: string; prototypes?: EntityPrototype[]; updated_at?: number; } //# sourceMappingURL=openapi.d.ts.map