import type { OperationDTO } from './OperationDTO'; export type OperationResponse = { data?: OperationDTO; meta?: Record; };