Interface

Spelling-1SpellingLanguageConstructorProps

interface ConstructorProps {
    code: string;
    group: string;
    name: string;
}

Hierarchy (View Summary)

Index
code: string
group: string
name: string