/** * An asynchronous function that generates a frame from a request object. */ export type FrameRenderer = (req: I) => Promise;