<?php

namespace MongoDB\BSON;

/**
 * This interface is implemented by MongoDB\BSON\MinKey but may also be used for type-hinting and userland classes.
 * @link https://www.php.net/manual/en/class.mongodb-bson-minkeyinterface.php
 */
interface MinKeyInterface {}
