TKeysInBoth
Bun

type

__internal.KeysInBoth

type KeysInBoth<A, B> = Extract<keyof A, keyof B>