import { PendingFioRequest } from "./PendingFioRequest";

export interface PendingFioRequestsResponse{
    requests:PendingFioRequest[]  
}