Interface Language

interface Language {
    code: null | string;
    name: null | string;
    native: null | string;
}

Properties

Properties

code: null | string
name: null | string
native: null | string