UNPKG

longcelot-sheet-db

Version:

Google Sheets-backed staging database adapter for Node.js with schema-first design

8 lines 308 B
export declare function syncCommand(options: { allUsers?: boolean; dryRun?: boolean; tokenFile?: string; /** Comma-separated table names to restrict the sync to, e.g. `'bookings,payments'`. A single name also works. */ table?: string; }): Promise<void>; //# sourceMappingURL=sync.d.ts.map