ModelRelationshipFieldParamShape: {
    array: boolean;
    arrayRequired: boolean;
    references: string[];
    relatedModel: string;
    relationshipType: string;
    type: "model";
    valueRequired: boolean;
}

Type declaration

  • array: boolean
  • arrayRequired: boolean
  • references: string[]
  • relatedModel: string
  • relationshipType: string
  • type: "model"
  • valueRequired: boolean