UNPKG

react-native-devtools-sync

Version:

A tool for syncing React Query state to an external Dev Tools

7 lines (6 loc) 112 B
export interface User { id: string; deviceName: string; deviceId?: string; platform?: string; }