mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-01-13 08:24:50 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
export interface Relation {
|
|
related_items_id: string
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
[key: string]: any
|
|
}
|