UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

8 lines (5 loc) 269 B
import * as valibot from 'valibot'; declare const schema: () => valibot.SchemaWithPipe<[valibot.RecordSchema<valibot.StringSchema<undefined>, valibot.AnySchema, undefined>, valibot.TransformAction<{ [x: string]: any; }, Record<string, any>>]>; export { schema };