import { PendingFioRequest } from "./PendingFioRequest";

export interface SentFioRequestResponse{
    requests:PendingFioRequest[]  
}