fix
This commit is contained in:
parent
46d5d1d777
commit
7920be0b1a
|
|
@ -5,6 +5,7 @@ import { sessionClientStore } from "./store/client-store";
|
||||||
import { ClientSession, SessionAuth, SessionData } from "./type";
|
import { ClientSession, SessionAuth, SessionData } from "./type";
|
||||||
|
|
||||||
export const newClientSession = <T>(arg?: {
|
export const newClientSession = <T>(arg?: {
|
||||||
|
tracker?: { enabled?: boolean };
|
||||||
on?: Partial<{
|
on?: Partial<{
|
||||||
messageReceived: (session: ClientSession<T>) => Promise<void>;
|
messageReceived: (session: ClientSession<T>) => Promise<void>;
|
||||||
afterLogin: (session: ClientSession<T>) => Promise<void>;
|
afterLogin: (session: ClientSession<T>) => Promise<void>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue