import type { PendingRequest } from "./PendingRequest"; export interface HttpGetPendingRequestsResponse { pendingRequests: Array; }