Stone.js API
    Preparing search index...

    The minimal event shape the validator reads from — platform-agnostic.

    interface ReadableEvent {
        get: <T>(key: string) => T;
    }
    Index
    get: <T>(key: string) => T