export interface ApiKey { apiKey?: string; expirationTime?: number; id?: string; }