/** * Serializer for activity information. */ export type ActivityInfo = { first_activity: string | null; last_activity: string | null; };