export interface ApiTokenInfo { apiToken: string; expirationDate: Date; }