UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

9 lines (8 loc) 220 B
export type FieldName = `${string}_${string}`; export interface IndexedNodeFields { r?: Uint8Array; [key: FieldName]: Uint8Array; } export interface IndexedFields extends IndexedNodeFields { c: Uint8Array; }