Interface Relation

interface Relation {
    related_items_id: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

related_items_id: string