import { SchemaBase } from '../generic/SchemaBase'; import { EnumJsonSchemaMember } from './EnumJsonSchema'; export type EnumJsonSchemaOf = SchemaBase & { readonly enum: readonly M[]; };