import type { PendingRequest } from "./PendingRequest"; export interface HttpGetPendingRequestResponse { request: PendingRequest; }