Adding type keyword.
This commit is contained in:
parent
862fcee0b4
commit
6371296246
|
@ -1,7 +1,7 @@
|
|||
import { Header } from "../constants"
|
||||
import { buildMatcherRegex, matches } from "./matchers"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue