Type alias ISessionContext

ISessionContext: Record<string, any> & {
    current: string;
}

Type declaration

  • current: string

Generated using TypeDoc