UNPKG

@directus/api

Version:

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

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