wildebeest/backend/src/types/objects.ts

7 wiersze
97 B
TypeScript

export interface ObjectsRow {
properties: string
mastodon_id: string
id: URL
cdate: string
}