export interface Relation { related_items_id: string // eslint-disable-next-line @typescript-eslint/no-explicit-any [key: string]: any }