export interface IPersonalAPIToken { description: string; expiresAt: string; createdAt: string; secret: string; }