fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
14 lines (13 loc) • 398 B
TypeScript
export interface ICategoryView {
readonly categoryId: string;
readonly categoryName: string;
readonly category1?: string;
readonly category2?: string;
readonly category3?: string;
readonly categoriesPath?: string;
readonly language?: string;
readonly location?: string;
readonly domain?: string;
readonly userId?: string;
readonly campaignId?: string;
}