UNPKG

@autorest/powershell

Version:
9 lines 396 B
import { Namespace } from '@azure-tools/codegen-csharp'; import { State } from '../internal/state'; import { DeepPartial } from '@azure-tools/codegen'; export declare class EnumNamespace extends Namespace { state: State; get outputFolder(): string; constructor(parent: Namespace, state: State, objectInitializer?: DeepPartial<EnumNamespace>); } //# sourceMappingURL=namespace.d.ts.map