UNPKG

@forestadmin/datasource-toolkit

Version:
5 lines 142 B
export type RecordData = { [field: string]: any; }; export type CompositeId = Array<number | string>; //# sourceMappingURL=record.d.ts.map