export interface VitalTokenCreatedResponse { code: string; exchangeUrl: string; expiresAt: Date; }