API 参考
    正在准备搜索索引...

    类型别名 SchemaMember<T, V>

    SchemaMember: { [P in keyof T]?: V } | { [key: string]: V }

    类型参数

    • T
    • V