UNPKG

we-insights-react-native

Version:

[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficien

16 lines 357 B
export interface Feedback { rating: number; allowContact: boolean; dateOfUserCreated?: string; feedbackText?: string; dateOfBirth?: string; language?: string; country?: string; gender?: string; email?: string; } export interface SDKConfig { projectId: string; apiKey: string; } //# sourceMappingURL=index.d.ts.map