/** * Survey Currency Sale interface */ export type InBrainCurrencySale = { title: string; multiplier: number; startOn: Date; endOn: Date; };