import { ITablDataResponse, TTablDataResponse } from "./ITablDataResponse"; import { ITablLineResponse, TTablLineResponse } from "./ITablLineResponse"; import { ITablMainResponse, TTablMainResponse } from "./ITablMainResponse"; import { ITablWzk8Response, TTablWzk8Response } from "./ITablWzk8Response"; export { type ITablDataResponse, type ITablLineResponse, type ITablMainResponse, type ITablWzk8Response, TTablDataResponse, TTablLineResponse, TTablMainResponse, TTablWzk8Response };