convnum
    Preparing search index...

    Type Alias TypeInfo

    Type information with additional properties

    zhst is only used in chinese_words, chinese_financial, chinese_solar_term, not used in chinese_heavenly_stem, chinese_earthly_branch, both of which contain only simp-trad-same-form characters

    type TypeInfo = {
        case?: CaseType;
        format?: FormatType;
        prefix?: PrefixType;
        type: NumType;
        zhst?: ZhstType;
    }
    Index

    Properties

    case?: CaseType
    format?: FormatType
    prefix?: PrefixType
    type: NumType
    zhst?: ZhstType