e.g. UseMethod(generic, object)

interface S3DispatchConfig {
    args: { generic: string; object: string };
    inferFromClosure?: boolean;
}

Properties

args: { generic: string; object: string }
inferFromClosure?: boolean

For NextMethod/if generic is not given, try to infer from the closure?