UNPKG

react-native-ios-utilities

Version:
8 lines (6 loc) 113 B
export type NativeError = { code: string; domain: string; message: string; nativeStackIOS: string[]; };