src/client/app/modules/core/interfaces/ilang.ts
code: string
string
title: string
export interface ILang { code: string; title: string; }