UNPKG

@pipedream/pingback

Version:

Pipedream Pingback Components

15 lines (14 loc) 258 B
export const STATUS_OPTIONS = [ { label: "Free Subscriber", value: "free_subscriber", }, { label: "Paid Subscriber", value: "paid_subscriber", }, { label: "Unsubscribed Subscriber", value: "unsubscribed_subscriber", }, ];