mirror of
https://github.com/SrIzan10/featheroom.git
synced 2026-06-06 00:56:49 +00:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { Languages } from '@/lib/utils'
|
|
|
|
type Language = keyof typeof Languages
|
|
|
|
export default Language
|