switch from next to vue
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export type Entry = {
|
||||
id: number
|
||||
category: string | null
|
||||
fi: string | null
|
||||
en: string | null
|
||||
sv: string | null
|
||||
no: string | null
|
||||
ru: string | null
|
||||
de: string | null
|
||||
updated_at: string | null
|
||||
}
|
||||
|
||||
export type Language = {
|
||||
code: keyof Pick<Entry, 'fi' | 'en' | 'sv' | 'no' | 'ru' | 'de'>
|
||||
name: string
|
||||
}
|
||||
Reference in New Issue
Block a user