UNPKG

@autorest/powershell

Version:
13 lines 628 B
import { AutorestExtensionHost as Host, JsonPointerSegments as JsonPath } from '@autorest/extension-base'; import { Project } from './project'; import { DeepPartial } from '@azure-tools/codegen'; import { PwshModel } from '../utils/PwshModel'; import { ModelState } from '../utils/model-state'; import { TspHost } from '../utils/tsp-host'; export declare class State extends ModelState<PwshModel> { project: Project; constructor(service: Host | TspHost, objectInitializer?: DeepPartial<State>); init(project?: Project): Promise<this>; path(...childPath: JsonPath): this; } //# sourceMappingURL=generator.d.ts.map