export type DatabaseRecordId = number | string;
export type DatabaseRecord = Record<string, any>;
