UNPKG

@protocolnebula/ts-openapi-generator

Version:

Build API and models from Swagger/OpenAPI to use in any project type

8 lines 292 B
import { ParameterModel } from '@model/parameter.model'; export declare class ParameterStore { private _parameters; get parameters(): ParameterModel[]; add(attribute: ParameterModel): void; getByUri(uri: string): ParameterModel; } //# sourceMappingURL=parameter.store.d.ts.map