export interface ReadLegalTerms {
    terms?: string;
    startDate?: string;
    endDate?: string;
}
