UNPKG

@riao/dbal

Version:
12 lines (11 loc) 239 B
import { DatabaseRecordId } from '../record'; /** * A record in the seed table */ export interface SeedRecord { id: DatabaseRecordId; name: string; tableName: string; recordId: string; timestamp: string; }