xref: /expo/apps/bare-expo/relapse/protocol.js (revision 4db0ee32)
1export const RelapseCode = {
2  ProxyCall: '__RELAPSE_PROXY_CALL__',
3  SerializationError: '__RELAPSE_SERIALIZATION_ERROR__',
4};
5