@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
10 lines • 713 B
TypeScript
export { EntitlementArgs, EntitlementState } from "./entitlement";
export type Entitlement = import("./entitlement").Entitlement;
export declare const Entitlement: typeof import("./entitlement").Entitlement;
export { GetEntitlementArgs, GetEntitlementResult, GetEntitlementOutputArgs } from "./getEntitlement";
export declare const getEntitlement: typeof import("./getEntitlement").getEntitlement;
export declare const getEntitlementOutput: typeof import("./getEntitlement").getEntitlementOutput;
export { SettingsArgs, SettingsState } from "./settings";
export type Settings = import("./settings").Settings;
export declare const Settings: typeof import("./settings").Settings;
//# sourceMappingURL=index.d.ts.map