File

projects/commons/src/lib/elements/lang-picker/interfaces/lang-picker.interface.ts

Index

Properties

Properties

id
id: string
Type : string
isActive
isActive: boolean
Type : boolean
Optional
label
label: string
Type : string
export interface ILangPicker {
    id: string;
    label: string;
    isActive?: boolean;
}

result-matching ""

    No results matching ""