Documentation
    Preparing search index...
    ENUM: typeof ENUM & (
        ...args:
            | string[]
            | [options: EnumOptions<string>]
            | [members: readonly string[] | Record<string, string>],
    ) => ENUM<string>

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