import type { MothershipAddressCandidate } from "@/modules/address/types"; export type SessionConfirmJobData = { jobId: string; sessionId: string; pickup: MothershipAddressCandidate; delivery: MothershipAddressCandidate; };