UNPKG

@autorest/powershell

Version:
14 lines 642 B
import { PwshModel } from '../utils/PwshModel'; import { ModelState } from '../utils/model-state'; import { AutorestExtensionHost as Host } from '@autorest/extension-base'; export declare const HeaderProperty = "HeaderProperty"; export declare enum HeaderPropertyType { Header = "Header", HeaderAndBody = "HeaderAndBody" } type State = ModelState<PwshModel>; export declare function titleToAzureServiceName(title: string): string; export declare function tweakModelV2(state: State): Promise<PwshModel>; export declare function tweakModelPlugin(service: Host): Promise<void>; export {}; //# sourceMappingURL=plugin-tweak-model.d.ts.map