UNPKG

@riao/dbal

Version:
3 lines (2 loc) 100 B
export type DatabaseRecordId = number | string; export type DatabaseRecord = Record<string, any>;