interface Optionsimport { type Options } from "https://deno.land/x/lume@v2.4.1/middlewares/basic_auth.ts"; Propertiesrealm: stringusers: Record<string, string>errorMessage: string