UNPKG

@pulumi/gcp

Version:

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

16 lines (15 loc) 908 B
export { BackupScheduleArgs, BackupScheduleState } from "./backupSchedule"; export type BackupSchedule = import("./backupSchedule").BackupSchedule; export declare const BackupSchedule: typeof import("./backupSchedule").BackupSchedule; export { DatabaseArgs, DatabaseState } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { DocumentArgs, DocumentState } from "./document"; export type Document = import("./document").Document; export declare const Document: typeof import("./document").Document; export { FieldArgs, FieldState } from "./field"; export type Field = import("./field").Field; export declare const Field: typeof import("./field").Field; export { IndexArgs, IndexState } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index;