UNPKG

longcelot-sheet-db

Version:

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

11 lines 576 B
/** * Standalone entry point for the OAuth handshake that `sync` (and drop-table/drop-column/ * rename-column, via buildAdminAdapter) already trigger implicitly on first run. Existing * behavior is untouched — this just gives that same flow its own command, so a project can be * scaffolded (`init`) and authorized (`auth`) as two separate, explicit steps before the first * `sync`, instead of authorization happening as a surprise mid-`sync`. */ export declare function authCommand(options: { force?: boolean; }): Promise<void>; //# sourceMappingURL=auth.d.ts.map