/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for activity information. */ export type ActivityInfo = { first_activity: string | null; last_activity: string | null; };