Type Alias: ResourcefulModelRelationshipMeta
ts
type ResourcefulModelRelationshipMeta = {
choices: ResourcefulModelRelationshipMetaChoice[] | string;
multiple: boolean;
title: string;
};Properties
| Property | Type |
|---|---|
choices | | ResourcefulModelRelationshipMetaChoice[] | string |
multiple | boolean |
title | string |