2024-04-26 21:28:51 +08:00

3 lines
96 B
TypeScript

import type { Ctx } from "../../types";
export declare function createCtx(): Promise<Ctx.Data>;