mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
chore(express-partial-content): move source files
This commit is contained in:
6
packages/express-partial-content/src/ContentProvider.ts
Normal file
6
packages/express-partial-content/src/ContentProvider.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Request } from "express";
|
||||
import { Content } from "./Content";
|
||||
/**
|
||||
* @type {function (Request): Promise<Content>}
|
||||
*/
|
||||
export type ContentProvider = (req: Request) => Promise<Content>;
|
||||
Reference in New Issue
Block a user