UNPKG

@autorest/powershell

Version:
8 lines 365 B
import { Class, Namespace } from '@azure-tools/codegen-csharp'; import { State } from '../generator'; import { DeepPartial } from '@azure-tools/codegen'; export declare class ApiClass extends Class { protected state: State; constructor(namespace: Namespace, state: State, objectInitializer?: DeepPartial<ApiClass>); } //# sourceMappingURL=api-class.d.ts.map