UNPKG

nomadder-client

Version:

A web based nomadic data sharing framework between non-internet connected servers

5 lines (4 loc) 152 B
import { ICollectionDefinition } from './collection-definition.model'; export interface ISchemaDefinition { collections: ICollectionDefinition[]; }