core3-utils

@wixc3/common on Github

Home > @wixc3/common > ObjValue

ObjValue type

Signature:

export type ObjValue<O extends object, K extends keyof O = keyof O> = O[K];