type TermsConditions = {
    id: number;
    acceptance: string;
    title: string;
    version_name: string;
    server_date: string;
};
export type { TermsConditions };
