@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
10 lines • 386 B
TypeScript
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