Files
eibons ce999372ae init
2025-08-15 21:37:29 +08:00

3 lines
96 B
TypeScript

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