import type { QuarantinePath } from '../schemas/QuarantinePath'; import type { Status } from '../schemas/Status'; export interface QuarantinePathResponseResponse { data: QuarantinePath; status: Status; }