dacha
    Preparing search index...

    Interface EntityOptions

    Options for creating a new entity.

    interface EntityOptions {
        id: string;
        name: string;
    }
    Index
    id: string

    Id of the entity

    name: string

    Name of the entity