File

src/app/modules/shared/interfaces/language.ts

Index

Properties

Properties

dir
dir: string
Type : string
label
label: string
Type : string
value
value: string
Type : string
export interface ILanguage {
  value: string;
  label: string;
  dir: string;
}

results matching ""

    No results matching ""