@datadog/mobile-react-native
Version:
A client-side React Native module to interact with Datadog
8 lines • 380 B
TypeScript
export type UserInfo = {
readonly id?: string /** @deprecated To be made mandatory when removing DdSdkReactnative.setUser */;
readonly name?: string;
readonly email?: string;
readonly extraInfo?: Record<string, unknown>;
readonly [key: string]: unknown /** @deprecated To be removed alongside DdSdkReactnative.setUser */;
};
//# sourceMappingURL=types.d.ts.map