@pulumiverse/gandi
Version:
A Pulumi package for creating and managing gandi cloud resources.
10 lines (9 loc) • 620 B
TypeScript
export { ForwardingArgs, ForwardingState } from "./forwarding";
export type Forwarding = import("./forwarding").Forwarding;
export declare const Forwarding: typeof import("./forwarding").Forwarding;
export { GetMailboxArgs, GetMailboxResult, GetMailboxOutputArgs } from "./getMailbox";
export declare const getMailbox: typeof import("./getMailbox").getMailbox;
export declare const getMailboxOutput: typeof import("./getMailbox").getMailboxOutput;
export { MailboxArgs, MailboxState } from "./mailbox";
export type Mailbox = import("./mailbox").Mailbox;
export declare const Mailbox: typeof import("./mailbox").Mailbox;