export interface IDeleteParams {
    idFormaPagamento: number;
}
