Type alias CreateBatchSessionConfig

CreateBatchSessionConfig: {
    leaves: CreateSessionDataParams[];
    sessionStorageClient: ISessionStorage;
}

Type declaration

  • leaves: CreateSessionDataParams[]

    An array of session configurations

  • sessionStorageClient: ISessionStorage

    The storage client to be used for storing the session data