import { PathOptions } from '../path-options/path-options.interface'; export interface SchemaOptions extends PathOptions { name: string; }