PathToRegexpOptions
import type { PathToRegexpOptions } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";
interface PathToRegexpOptions {
delimiter?: string;
end?: boolean;
sensitive?: boolean;
trailing?: boolean;
}