UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

3 lines (2 loc) 154 B
import type { Snapshot, SnapshotDiff } from '@directus/types'; export declare function getSnapshotDiff(current: Snapshot, after: Snapshot): SnapshotDiff;