UNPKG

bling-erp-api-with-rate-limit

Version:
15 lines (14 loc) 299 B
import { ITipoAutenticacao } from "../types/tipo-autenticacao.type"; export interface ICancelBankSlipsBody { autenticacao?: { tipo: ITipoAutenticacao; codigo: string; }; origem?: { id: number; }; conta?: { id: number; }; motivo: string; }