Interface

Spelling-1SpellingLanguageConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties

code: string
group: string
name: string