Skip to content

Type Alias: ResourcefulModelRelationshipMeta

ts
type ResourcefulModelRelationshipMeta = {
  choices: ResourcefulModelRelationshipMetaChoice[] | string;
  multiple: boolean;
  title: string;
};

Properties

PropertyType
choices| ResourcefulModelRelationshipMetaChoice[] | string
multipleboolean
titlestring