e.g. UseMethod(generic, object)

interface S3DispatchConfig {
    args: { generic: string; object: string };
}

Properties

Properties

args: { generic: string; object: string }