export interface Arrival { arrivedAt?: number; ownerProfileKey: string; profileKey: string; projectKey: string; projectKeyProfileKey?: string; }