Skip to content

Type Alias: SubscribedType

ts
type SubscribedType = "Subscribed" | "NotSubscribed" | "Pending" | "ApprovalRequired";

Defined in: src/types/index.ts:129