UNPKG

inbrain-surveys

Version:

In-App monetization via surveys, powered by inBrain.ai.

5 lines (4 loc) 330 B
import { InBrainNativeSurvey, InBrainSurveyReward, Category } from './Models'; export declare const mapSurveys: (nativeSurveys: Array<[string: any]>) => InBrainNativeSurvey[]; export declare const mapRewards: (nativeRewards: any) => InBrainSurveyReward[]; export declare const mapCategories: (categories: number[]) => Category[];