/// // One line, once per project. `@rebasepro/admin-types` declares the `admin` block on // `CollectionConfig` and on every property type by declaration merging, and an // augmentation applies to the whole *program* — so this reference is what makes // `admin: { … }` legal in every collection file here. // // A BaaS project has no admin panel and no reason for this file. Without it, `admin` on // a collection or a property is a type error, which is the guarantee.