export interface CryptoInterface { id_course?: string; price?: string; date_purchase?: string; expiration_days?: string; }