UNPKG

@autorest/powershell

Version:
10 lines 386 B
import { Operation, Parameter as NewHttpOperationParameter } from '@autorest/codemodel'; export declare enum ParameterLocation { Uri = "uri", Query = "query", Header = "header", Cookie = "cookie", Path = "path" } export declare function hasValidBodyParameters(operation: Operation): NewHttpOperationParameter | undefined; //# sourceMappingURL=http-operation.d.ts.map