mobx-sentinel API doc
    Preparing search index...

    Type Alias KeyPath

    Key paths represent paths to access nested properties in an object

    Key paths can be either:

    • A dot-notation string representing nested properties (e.g. "user.address.street")
    • A special Self symbol representing the current object