UseSyncConnectFn
type UseSyncConnectFn = (query: {
sessionId: string;
storeId: string;
}) => TLPersistentClientSocket;Prev
RemoteTLStoreWithStatusNext
UseSyncOptionstype UseSyncConnectFn = (query: {
sessionId: string;
storeId: string;
}) => TLPersistentClientSocket;