@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
22 lines • 1.27 kB
TypeScript
export { ReleaseArgs, ReleaseState } from "./release";
export type Release = import("./release").Release;
export declare const Release: typeof import("./release").Release;
export { RolloutKindArgs, RolloutKindState } from "./rolloutKind";
export type RolloutKind = import("./rolloutKind").RolloutKind;
export declare const RolloutKind: typeof import("./rolloutKind").RolloutKind;
export { SaaSArgs, SaaSState } from "./saaS";
export type SaaS = import("./saaS").SaaS;
export declare const SaaS: typeof import("./saaS").SaaS;
export { TenantArgs, TenantState } from "./tenant";
export type Tenant = import("./tenant").Tenant;
export declare const Tenant: typeof import("./tenant").Tenant;
export { UnitArgs, UnitState } from "./unit";
export type Unit = import("./unit").Unit;
export declare const Unit: typeof import("./unit").Unit;
export { UnitKindArgs, UnitKindState } from "./unitKind";
export type UnitKind = import("./unitKind").UnitKind;
export declare const UnitKind: typeof import("./unitKind").UnitKind;
export { UnitOperationArgs, UnitOperationState } from "./unitOperation";
export type UnitOperation = import("./unitOperation").UnitOperation;
export declare const UnitOperation: typeof import("./unitOperation").UnitOperation;
//# sourceMappingURL=index.d.ts.map