UseSyncConnectFn

See source code
type UseSyncConnectFn = (query: {
  sessionId: string;
  storeId: string;
}) => TLPersistentClientSocket;
Prev
RemoteTLStoreWithStatus
Next
UseSyncOptions