import { SchemaBase } from "./SchemaBase"; export interface InputSchema extends SchemaBase { }