Appearance
cardano-web3-js / CW3Types / Exact
Exact<T> = T extends infer U ? U : never
T
U
never
Defined in: src/types/index.ts:305