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