@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
7 lines • 308 B
TypeScript
import { CodeModel } from '@autorest/codemodel';
import { DeepPartial } from '@azure-tools/codegen';
export declare class SdkModel extends CodeModel {
usings: string[];
constructor(title: string, sourceTracking?: boolean, initializer?: DeepPartial<SdkModel>);
}
//# sourceMappingURL=SdkModel.d.ts.map