Type Alias ParkingCarOccupancyRef

ParkingCarOccupancyRef: {
    carPurchaseId: string;
    expiresAt: string | null;
}