Skip to content

beamable-sdk / contents/types / ListingContent

Type Alias: ListingContent

ListingContent = ContentBase<{ activeDurationCoolDownSeconds?: { data: number; }; activeDurationPurchaseLimit?: { data: number; }; activeDurationSeconds?: { data: number; }; activePeriod?: { data: { end?: string; start: string; }; }; buttonText?: { data: string; }; clientData?: { data: Record<string, string>; }; cohortRequirements?: { data: object[]; }; offer: { data: { descriptions?: string[]; obtainCurrency: object[]; obtainItems: object[]; titles?: string[]; }; }; offerRequirements?: { data: object[]; }; playerStatRequirements?: { data: object[]; }; price: { data: { amount: number; symbol: string; type: string; }; }; purchaseLimit?: { data: number; }; schedule?: { data: { activeFrom: string; definitions: object[]; description: string; }; }; scheduleInstancePurchaseLimit?: { data: number; }; }>

Defined in: src/contents/types/ListingContent.ts:3