export type RejectFundsRequestOptions = {
    fioRequestId: number
    maxFee: number
    technologyProviderId?: string | null,
}
