Adding type keyword.

This commit is contained in:
mike12345567 2024-12-05 14:06:58 +00:00
parent 862fcee0b4
commit 6371296246
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Header } from "../constants" import { Header } from "../constants"
import { buildMatcherRegex, matches } from "./matchers" import { buildMatcherRegex, matches } from "./matchers"
import { Ctx, EndpointMatcher } from "@budibase/types" import { Ctx, EndpointMatcher } from "@budibase/types"
import { Middleware, Next } from "koa" import type { Middleware, Next } from "koa"
/** /**
* GET, HEAD and OPTIONS methods are considered safe operations * GET, HEAD and OPTIONS methods are considered safe operations