@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
12 lines • 489 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 interface HandlerDirective {
name: string;
priority?: number;
}
export declare function tweakModelForTsp(state: State): Promise<PwshModel>;
export declare function applyModifiersV2(service: Host): Promise<void>;
export {};
//# sourceMappingURL=modifiers-v2.d.ts.map