UNPKG

@autorest/powershell

Version:
8 lines 386 B
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