export type IkasLanguageOption = { readonly id: string; readonly locale: string; readonly language: string; readonly currencyCode: string | null; readonly currencySymbol: string | null; readonly isSelected: boolean; };