@karmaniverous/entity-tools
    Preparing search index...

    Type Alias Entity

    Entity: Record<string, unknown>

    The base Entity type. Supports string keys with any value. Derived types will accept unspecified string keys. All Entities should extend this type.

    NOTE: This type is essential to support document databases that can accept unknown keys. It does NOT play well with the Omit utility type! Use MakeOptional instead.