export interface AttemptActivation { id: string; ip_address: string; user_agent: string; token: string | null; created_at: Date | string; updated_at: Date | string; } //# sourceMappingURL=entity.d.ts.map