UNPKG

@autorest/powershell

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