Files
memecoin-botV2/.pnpm-store/v10/files/27/3a3cf5e1e49bde2c6696a38381fdd7ebb6f842f127626dc860e9b5760910d4bb13ff0c5baf36dcbd3e4b634b62a8b4e711c6463e882e93e85b73786e95bdb7

8 lines
640 B
Plaintext

import * as core from "../core/index.js";
import * as schemas from "./schemas.js";
export declare function string<T = unknown>(params?: string | core.$ZodStringParams): schemas.ZodMiniString<T>;
export declare function number<T = unknown>(params?: string | core.$ZodNumberParams): schemas.ZodMiniNumber<T>;
export declare function boolean<T = unknown>(params?: string | core.$ZodBooleanParams): schemas.ZodMiniBoolean<T>;
export declare function bigint<T = unknown>(params?: string | core.$ZodBigIntParams): schemas.ZodMiniBigInt<T>;
export declare function date<T = unknown>(params?: string | core.$ZodDateParams): schemas.ZodMiniDate<T>;