MEDIUMINT: typeof MEDIUMINT & (
    ...args: [optionsOrLength?: number | Readonly<IntegerOptions>],
) => MEDIUMINT = ...

This is a simple wrapper to make the DataType constructable without new. See the return type for all available options.