Stone.js API
    Preparing search index...

    Store configuration bucket (stone.store).

    interface StoreConfig {
        snapshotKey?: string;
        stores?: StoreRegistration[];
    }
    Index
    snapshotKey?: string

    The snapshot key the hydrated states live under. Default 'stores'.

    The stores an application declares, by name.

    Filled by @Store() and by handing defineStore(...) definitions here.