@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
8 lines • 426 B
TypeScript
import { AutorestExtensionHost as Host } from '@autorest/extension-base';
import { ModelState } from '../utils/model-state';
import { PwshModel } from '../utils/PwshModel';
type State = ModelState<PwshModel>;
export declare function tweakModel(state: State): Promise<PwshModel>;
export declare function tweakModelAzurePluginV2(service: Host): Promise<void>;
export {};
//# sourceMappingURL=plugin-tweak-model-azure-v2.d.ts.map