Interface

Spelling-1SpellingLanguageConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties

code: string | null
group: string | null
name: string | null