@pulumiverse/time
Version:
A Pulumi package for creating and managing Time resources
16 lines (15 loc) • 827 B
TypeScript
export { OffsetArgs, OffsetState } from "./offset";
export type Offset = import("./offset").Offset;
export declare const Offset: typeof import("./offset").Offset;
export { ProviderArgs } from "./provider";
export type Provider = import("./provider").Provider;
export declare const Provider: typeof import("./provider").Provider;
export { RotatingArgs, RotatingState } from "./rotating";
export type Rotating = import("./rotating").Rotating;
export declare const Rotating: typeof import("./rotating").Rotating;
export { SleepArgs, SleepState } from "./sleep";
export type Sleep = import("./sleep").Sleep;
export declare const Sleep: typeof import("./sleep").Sleep;
export { StaticArgs, StaticState } from "./static";
export type Static = import("./static").Static;
export declare const Static: typeof import("./static").Static;