#ifndef SmallPeerInfo_H
#define SmallPeerInfo_H

#include <jsi/jsi.h>

using namespace facebook::jsi;

namespace sharedjsi
{
Function ditto_small_peer_info_get_is_enabled(Runtime &runtime);
Function ditto_small_peer_info_set_enabled(Runtime &runtime);
Function ditto_small_peer_info_get_sync_scope(Runtime &runtime);
Function ditto_small_peer_info_set_sync_scope(Runtime &runtime);
Function ditto_small_peer_info_get_metadata(Runtime &runtime);
Function ditto_small_peer_info_set_metadata(Runtime &runtime);
}

#endif /* SmallPeerInfo_H */
