UNPKG

@a11ywatch/core

Version:
5 lines (4 loc) 269 B
import type { FastifyContext } from "apollo-server-fastify"; import type { Issue } from "../../types/types"; declare const downloadToExcel: (_req: FastifyContext["request"], res: FastifyContext["reply"], data: Issue | any) => Promise<void>; export { downloadToExcel };