import type { QuarantineRequest } from '../schemas/QuarantineRequest'; export type QuarantineRequestRequestBody = QuarantineRequest;