import { IQuery } from './query'; export interface IOperation extends IQuery { key: string; operationName: string; context: Record; }