UNPKG

@directus/api

Version:

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

6 lines (5 loc) 199 B
import type { Snapshot } from '@directus/types'; /** * Validates the snapshot against the current instance. **/ export declare function validateSnapshot(snapshot: Snapshot, force?: boolean): void;