@twinfinity/core
    Preparing search index...

    Interface MergableObjectProps

    Properties that a MergableObject must implement.

    interface MergableObjectProps {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique id of the object. A uuid is recommended.