UNPKG

ng-openapi-gen

Version:
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; }