UNPKG

@skimp/json-file

Version:

The json-file module for the skimp domain modelling framework

5 lines (4 loc) 114 B
import { JsonPrimitive } from 'type-fest'; export interface IData { [attribute: string]: JsonPrimitive; }