type Archive = {
    server_date: string;
    date_utc: string;
    input: string;
    output: string;
};
export type { Archive };
