UNPKG

@autorest/powershell

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