UNPKG

bling-erp-api-with-rate-limit

Version:
9 lines (8 loc) 158 B
export interface IDeleteManyParams { idsPedidosVendas: number[]; } export interface IDeleteManyResponse { data: { alertas: string[]; }; }