src/types/ToField.ts (
5
lines of code) (
raw
):
export type ToField = { constructor: (...args: any[]) => any; toString: (...args: any[]) => any; exclude: (...args: any[]) => any; };