import { ExtractSchemaType, ISchemaAny } from '@ulixee/schema'; export { ExtractSchemaType }; type ITableSchema = Record; export default ITableSchema;