@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
9 lines • 396 B
TypeScript
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