Appearance
type SubscribedType = "Subscribed" | "NotSubscribed" | "Pending" | "ApprovalRequired";
Defined in: src/types/index.ts:129