import type { PendingRequest } from "./PendingRequest"; export interface GetPendingRequestsResponse { responseId: string; requests: Array; }