UNPKG

datum-focus

Version:

Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators

3 lines (2 loc) 123 B
import { KnownRecord } from './record'; export type Reference<T extends {}, K extends keyof T> = Pick<T, K> & KnownRecord;