ng-openapi-gen
Version:
An OpenAPI 3.0 and 3.1 codegen for Angular 16+
12 lines (11 loc) • 327 B
TypeScript
import { GenType } from './gen-type';
import { Model } from './model';
import { Options } from './options';
/**
* Represents the model index
*/
export declare class ModelIndex extends GenType {
constructor(models: Model[], options: Options);
protected skipImport(): boolean;
protected initPathToRoot(): string;
}