content
content: {
chapters: {
freeRewards: {
amount: number;
isHighlighted: boolean;
type: string;
uuid: string;
}[];
isEpilogue: boolean;
levels: {
doughCost: number;
isPurchasableWithDough: boolean;
isPurchasableWithVP: boolean;
reward: {
amount: number;
isHighlighted: boolean;
type: string;
uuid: string;
};
vpCost: number;
xp: number;
}[];
}[];
premiumRewardScheduleUuid: string;
premiumVPCost: number;
relationType: string;
relationUuid: string;
}