UNPKG

@directus/api

Version:

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

10 lines (9 loc) 449 B
import type { SnapshotDiff } from '@directus/types'; export declare function filterSnapshotDiff(snapshot: SnapshotDiff, filters: string[]): SnapshotDiff; export declare function apply(snapshotPath: string, options?: { yes: boolean; dryRun: boolean; ignoreRules: string; }): Promise<void>; export declare function formatPath(path: any[]): string; export declare function formatRelatedCollection(relatedCollection: string | null): string;