UNPKG

ng-openapi-gen

Version:

An OpenAPI 3.0 and 3.1 codegen for Angular 16+

11 lines (10 loc) 211 B
/** * An artifact that can be imported */ export interface Importable { importName: string; importPath: string; importFile: string; importTypeName?: string; importQualifiedName?: string; }