@protocolnebula/ts-openapi-generator
Version:
Build API and models from Swagger/OpenAPI to use in any project type
8 lines • 360 B
TypeScript
import { ModelAttributessModel } from './model-attributes.model';
export declare class ParameterModel extends ModelAttributessModel {
parameterNameRef: string;
get uri(): string;
constructor(parameterNameRef: string, attributeModel?: ModelAttributessModel);
getAttribute(): ModelAttributessModel;
}
//# sourceMappingURL=parameter.model.d.ts.map