UNPKG

@riao/dbal

Version:
10 lines (9 loc) 202 B
import { DatabaseRecordId } from '../record'; /** * A record in the migration table */ export interface MigrationRecord { id: DatabaseRecordId; name: string; timestamp: string; }