UNPKG

longcelot-sheet-db

Version:

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

7 lines 232 B
export interface SeedOptions { allActors?: boolean; skipExisting?: boolean; upsert?: boolean; } export declare function seedCommand(seedFile: string, opts?: SeedOptions): Promise<void>; //# sourceMappingURL=seed.d.ts.map