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

    Interface Relationship

    Relationship definition

    interface Relationship {
        relationshipType: RelationshipType;
        type: string;
    }
    Index

    Properties

    relationshipType: RelationshipType

    The relationship type

    type: string

    The JSON:API type name of the related model