@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
9 lines • 464 B
TypeScript
import { PwshModel } from '../utils/PwshModel';
import { ModelState } from '../utils/model-state';
import { AutorestExtensionHost as Host } from '@autorest/extension-base';
type State = ModelState<PwshModel>;
export declare let directives: Array<any>;
export declare function tweakModelForTsp(state: State): Promise<PwshModel>;
export declare function tweakM4ModelPlugin(service: Host): Promise<void>;
export {};
//# sourceMappingURL=plugin-tweak-m4-model.d.ts.map