import type { Status } from '../schemas/Status'; export interface CopyResponseResponse { status: Status; }