import { IGzzdMainResponse, TGzzdMainResponse } from "./IGzzdMainResponse"; import { IGzzdBillResponse, TGzzdBillResponse } from "./IGzzdBillResponse"; import { IGzzdLineResponse, TGzzdLineResponse } from "./IGzzdLineResponse"; import { ICellEditResponse, TCellEditResponse } from "./ICellEditResponse"; import { IGzzdP4PZResponse, TGzzdP4PZResponse } from "./IGzzdP4PZResponse"; export { type IGzzdBillResponse, type IGzzdLineResponse, type IGzzdMainResponse, type ICellEditResponse, TCellEditResponse, TGzzdBillResponse, TGzzdLineResponse, TGzzdMainResponse, type IGzzdP4PZResponse, TGzzdP4PZResponse };