UNPKG

@themineway/smart-storage-js

Version:

A TS/JS library that provides a smart and easy way to store data

4 lines 211 B
import type { z } from "zod"; export type SmartStorageSchema<V extends z.ZodRawShape> = z.ZodObject<V>; export type EmptySmartStorageSchema = z.ZodObject<z.ZodRawShape>; //# sourceMappingURL=schema.type.d.ts.map