UNPKG

@pulumi/gcp

Version:

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

7 lines (6 loc) 362 B
export { AuthConfigArgs, AuthConfigState } from "./authConfig"; export type AuthConfig = import("./authConfig").AuthConfig; export declare const AuthConfig: typeof import("./authConfig").AuthConfig; export { ClientArgs, ClientState } from "./client"; export type Client = import("./client").Client; export declare const Client: typeof import("./client").Client;