UNPKG

@microsoft.azure/autorest.incubator

Version:
22 lines 763 B
import { ModelState } from '#common/model-state'; import { Host, JsonPath } from '@microsoft.azure/autorest-extension-base'; import { Model } from '#common/code-model/code-model'; import { Project } from './project'; export interface GeneratorSettings { azure: boolean; cmdletFolder: string; customFolder: string; runtimefolder: string; moduleName: string; csproj: string; psd1: string; psm1: string; apifolder: string; } export declare class State extends ModelState<Model> { prj?: Project | undefined; project: Project; constructor(service: Host, model: Model, documentName: string, currentPath?: JsonPath, prj?: Project | undefined); path(...childPath: JsonPath): State; } //# sourceMappingURL=state.d.ts.map