UNPKG

alinea

Version:
5 lines (4 loc) 280 B
import type { Config } from '../Config.js'; import type { EntryStatus } from '../Entry.js'; import type { Entry } from '../Entry.js'; export declare function createEntryRow<T extends Entry>(config: Config, input: Omit<T, 'rowHash' | 'fileHash'>, status: EntryStatus): Promise<T>;