@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
8 lines • 386 B
TypeScript
import { CodeModel } from '@autorest/codemodel';
import { DeepPartial } from '@azure-tools/codegen';
import { CommandComponents } from '../utils/command-operation';
export declare class PwshModel extends CodeModel {
commands: CommandComponents;
constructor(title: string, sourceTracking?: boolean, initializer?: DeepPartial<PwshModel>);
}
//# sourceMappingURL=PwshModel.d.ts.map