/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };