UNPKG

bling-erp-api-with-rate-limit

Version:
10 lines (9 loc) 174 B
export interface IDeleteParams { idsNotas: number[]; } export interface IDeleteResponse { data: { alertas: string[]; idsExcluidos: number[]; }; }