Files
web/types/requests/system.ts
2024-09-24 09:47:31 +02:00

10 lines
152 B
TypeScript

import { Lang } from "@/constants/languages"
export interface System {
system: {
content_type_uid: string
locale: Lang
uid: string
}
}