Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent a0f6967 commit 92596b9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Target/Variable/Environment.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
export declare const string: (params?: ({
errorMap?: import("zod").ZodErrorMap | undefined;
invalid_type_error?: string | undefined;
required_error?: string | undefined;
message?: string | undefined;
description?: string | undefined;
} & {
coerce?: true | undefined;
}) | undefined) => import("zod").ZodString;
export declare const string: (params?: import("zod").RawCreateParams & {
coerce?: true;
}) => import("zod").ZodString;
declare const _default: import("zod").ZodObject<{
DISCORD_APPLICATION_ID: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
DISCORD_CLIENT_ID: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
Expand Down

0 comments on commit 92596b9

Please sign in to comment.