UNPKG

@pulumi/gcp

Version:

A Pulumi package for creating and managing Google Cloud Platform resources.

31 lines 1.92 kB
export { AgentArgs, AgentState } from "./agent"; export type Agent = import("./agent").Agent; export declare const Agent: typeof import("./agent").Agent; export { AppArgs, AppState } from "./app"; export type App = import("./app").App; export declare const App: typeof import("./app").App; export { AppRootAgentAssociationArgs, AppRootAgentAssociationState } from "./appRootAgentAssociation"; export type AppRootAgentAssociation = import("./appRootAgentAssociation").AppRootAgentAssociation; export declare const AppRootAgentAssociation: typeof import("./appRootAgentAssociation").AppRootAgentAssociation; export { AppVersionArgs, AppVersionState } from "./appVersion"; export type AppVersion = import("./appVersion").AppVersion; export declare const AppVersion: typeof import("./appVersion").AppVersion; export { DeploymentArgs, DeploymentState } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { EvaluationArgs, EvaluationState } from "./evaluation"; export type Evaluation = import("./evaluation").Evaluation; export declare const Evaluation: typeof import("./evaluation").Evaluation; export { ExampleArgs, ExampleState } from "./example"; export type Example = import("./example").Example; export declare const Example: typeof import("./example").Example; export { GuardrailArgs, GuardrailState } from "./guardrail"; export type Guardrail = import("./guardrail").Guardrail; export declare const Guardrail: typeof import("./guardrail").Guardrail; export { ToolArgs, ToolState } from "./tool"; export type Tool = import("./tool").Tool; export declare const Tool: typeof import("./tool").Tool; export { ToolsetArgs, ToolsetState } from "./toolset"; export type Toolset = import("./toolset").Toolset; export declare const Toolset: typeof import("./toolset").Toolset; //# sourceMappingURL=index.d.ts.map