zibri
    Preparing search index...

    A base entity that all db entities need to implement.

    type BaseEntity = {
        id: string;
    }

    Implemented by

    Index

    Properties

    Properties

    id: string

    The id of the entity.