UNPKG

kitcn

Version:

kitcn - React Query integration and CLI tools for Convex

4 lines 133 B
//#region src/auth/types.d.ts type GetAuth<Ctx = unknown, Auth = unknown> = (ctx: Ctx) => Auth; //#endregion export { GetAuth as t };