Limpieza
This commit is contained in:
parent
2202dfd9f0
commit
0fc1dc0cb3
@ -6,4 +6,3 @@ export * from "./list-view.response.dto";
|
||||
export * from "./metadata.dto";
|
||||
export * from "./percentage.dto";
|
||||
export * from "./quantity.dto";
|
||||
export * from "./tax-type.dto";
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
import type { PercentageDTO } from "./percentage.dto";
|
||||
|
||||
export interface ITaxTypeDTO {
|
||||
id: string;
|
||||
typecode: string;
|
||||
taxslug: string;
|
||||
taxrate: PercentageDTO;
|
||||
equivalencesurcharge: PercentageDTO;
|
||||
}
|
||||
|
||||
export interface ITaxTypeResponseDTO extends ITaxTypeDTO {}
|
||||
Loading…
Reference in New Issue
Block a user