UNPKG

@skimp/json-api

Version:

The json-api module for the skimp domain modelling framework

5 lines (4 loc) 134 B
import { IJsonValue, Maybe } from '@cleavera/utils'; export interface IAttributes { [attribute: string]: Maybe<IJsonValue>; }