import type { TicketInfo, Content } from "..";
type TicketHistory = {
    info: TicketInfo;
    content: Content;
};
export type { TicketHistory };
