@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
7 lines • 397 B
TypeScript
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;
//# sourceMappingURL=index.d.ts.map