chore(express-partial-content): solve import errors

This commit is contained in:
Elian Doran
2025-05-03 01:24:10 +03:00
parent adc5e8929b
commit 7976f43a35
6 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import { Request } from "express";
import { Content } from "./Content";
import type { Request } from "express";
import type { Content } from "./Content.js";
/**
* @type {function (Request): Promise<Content>}
*/