Function updateServerSession
- updateServerSession<S extends string>(
scope: S,
sessionId: string,
data: S extends keyof SessionScopes ? SessionScopes[S<S>] : object,
): Promise<void>Type Parameters
- S extends string
Parameters
- scope: S
- sessionId: string
- data: S extends keyof SessionScopes ? SessionScopes[S<S>] : object
Returns Promise<void>