SubscriptionState: {
    error: string | undefined;
    list: {
        [key: string]: SharedSecretMapping;
    };
    newsletter_list: SubscriberList;
    status: "uninitialized" | "loading" | "idle";
}

The SubscriptionState is a representation of the Subscription feature slice.

Type declaration

See

  • SharedSecretMapping
  • SubscriberList
  • SubscriptionRecord
  • NewsletterRecord
  • SharedSecret

Generated using TypeDoc