UNPKG

@allgemein/schema-api

Version:
9 lines (8 loc) 269 B
import { IAbstractOptions } from './IAbstractOptions'; import { INamedOptions } from "./INamedOptions"; export interface ISchemaOptions extends IAbstractOptions, INamedOptions { /** * Inherited fromAn name of the schema must exists */ name: string; }