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

    Interface JsonApiResourceIdentifier

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

    Properties

    Properties

    id?: string
    lid?: string
    type: string