UNPKG

@pulumi/gcp

Version:

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

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