OpenTelemetry SDK
    Preparing search index...

    Interface SessionStore

    interface SessionStore {
        get(): Promise<Session | null>;
        save(session: Session): Promise<void>;
    }
    Index