/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SellableItemPaywall } from './SellableItemPaywall'; /** * Response serializer for a single sellable item. */ export type SellableItem = { item_type: string; item_id: string; name: string; description?: string; image?: string | null; platform_key: string; created_at?: string | null; paywall: SellableItemPaywall | null; };