Variable KIND_RECORDConst

KIND_RECORD: {
    [kind in keyof KindRecord<{}>]: {
        [type in KindRecord<{}>[kind]["type"]]: null
    }
}