import { Notes } from "..";
type LastActivity = {
    entity: number;
    entity_id: number;
    entity_data: number;
    activity_type: number;
    notes: Notes;
    update_date_utc: string;
};
export type { LastActivity };
