import type { ActivityData } from './ActivityData'; export type ActivityAPI = { data?: Array; /** * Total rows */ total: number; };