UNPKG

@cdklabs/cdk-appflow

Version:

*Note:* this library is currently in technical preview.

7 lines (6 loc) 119 B
/** * An enum representing the Mailchimp API versions. */ export declare enum MailchimpApiVersion { V3 = "3.0" }