import { type EmptyObject } from "https://deno.land/x/lunchbox@v1.0.2/src/types.ts";
This type is a shorthand of Record<string | number | symbol, never>
that
deno-lint(ban-types) recommends as the correct way to express the type of an empty object.
.