PreciseScoping<K>: {
    [key in Kind]: key extends K
        ? true
        : false | null
}

Type Parameters