export type StripePaywallAccessResponse = { has_access: boolean; mode: string | null; checked_at: string; /** * Present and true only when Stripe was unreachable and the answer was served from the platform's recorded payments. */ stale?: boolean; };