UNPKG

@autorest/powershell

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