Available Language

type AvailableLanguage

available-language.type.ts
export type AvailableLanguage = 'ar' | 'en';

Last updated

Was this helpful?