interface SessionData<T = object> {
    data: T;
}

Type Parameters

  • T = object

Properties

Properties

data: T