- Preparing search index...
- The search index is not available
newsletter-fe
Type alias SubscriptionState
SubscriptionState: { error: string | undefined; list: { [
key:
string]
: SharedSecretMapping; }; newsletter_list: SubscriberList; status: "uninitialized" | "loading" | "idle"; }
Type declaration
-
error: string | undefined
-
-
-
status: "uninitialized" | "loading" | "idle"
The SubscriptionState is a representation of the Subscription feature slice.