UNPKG

@skimp/json-api

Version:

The json-api module for the skimp domain modelling framework

6 lines (5 loc) 137 B
export interface ISchemaBooleanValue { type: 'boolean' | ['boolean', 'null']; const?: boolean; enum?: Array<boolean>; }