UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 196 B
import type { FastifyContext } from "apollo-server-fastify"; declare const createIframe: (req: FastifyContext["request"], res: FastifyContext["reply"]) => Promise<never>; export { createIframe };