UNPKG

@pulumi/gcp

Version:

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

10 lines 590 B
export { CollectionArgs, CollectionState } from "./collection"; export type Collection = import("./collection").Collection; export declare const Collection: typeof import("./collection").Collection; export { DataObjectArgs, DataObjectState } from "./dataObject"; export type DataObject = import("./dataObject").DataObject; export declare const DataObject: typeof import("./dataObject").DataObject; export { IndexArgs, IndexState } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; //# sourceMappingURL=index.d.ts.map