UNPKG

@pulumi/gcp

Version:

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

10 lines (9 loc) 507 B
export { CatalogArgs, CatalogState } from "./catalog"; export type Catalog = import("./catalog").Catalog; export declare const Catalog: typeof import("./catalog").Catalog; export { DatabaseArgs, DatabaseState } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { TableArgs, TableState } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table;