## Diff type

**Signature:**

```typescript
export type Diff = (input: any, output: any, ptr: Pointer) => Operation[];
```

**References:** [Pointer](/content/docs/sdk/core.pointer), [Operation](/content/docs/sdk/core.operation)

- [Diff type](/content/docs/sdk/core.diff#diff-type/index.html)
