/** * @author yuqzho@microsoft.com, Ning Tang */ import { ProjectType } from "@microsoft/m365-spec-parser"; export interface TemplateState { isYaml: boolean; templateName: string; url: string; isPlugin: boolean; type: ProjectType; } export declare const enum telemetryProperties { templateName = "template-name", generateType = "generate-type", isRemoteUrlTelemetryProperty = "remote-url", authType = "auth-type", isDeclarativeAgent = "is-declarative-copilot" } //# sourceMappingURL=interface.d.ts.map