@bjornharrtell/json-api
    Preparing search index...

    Interface BaseEntity

    interface BaseEntity {
        id: string;
        lid?: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string
    lid?: string
    type: string