wildebeest/backend/src/types/tag.ts

7 wiersze
89 B
TypeScript

export type Tag = {
name: string
url: URL
history: Array<void>
following?: boolean
}