@protocolnebula/ts-openapi-generator
Version:
Build API and models from Swagger/OpenAPI to use in any project type
7 lines • 438 B
TypeScript
import { ApiModel } from '../models/api.model';
import { PhysycalFile } from '../models/entities';
export declare function getFixedTypeName(type: string): string;
export declare function sortDependences(models: PhysycalFile[]): PhysycalFile[];
export declare function sortApi(apis: ApiModel[]): ApiModel[];
export declare function getApiDefaultModelName(api: ApiModel, modelFor?: string): string;
//# sourceMappingURL=models.util.d.ts.map