Variable rWalletConfigConst
rWalletConfig: ZodObject<{
@type: ZodLiteral<"rwallet.config">;
limits: ZodArray<ZodObject<{
@type: ZodLiteral<"rwallet.limit">;
seconds: ZodNumber;
value: ZodNumber;
}, "strip", ZodTypeAny, {
@type: "rwallet.limit";
seconds: number;
value: number;
}, {
@type: "rwallet.limit";
seconds: number;
value: number;
}>, "many">;
start_at: ZodNumber;
}, "strip", ZodTypeAny, {
@type: "rwallet.config";
limits: ({ value: number; "@type": "rwallet.limit"; seconds: number; })[];
start_at: number;
}, {
@type: "rwallet.config";
limits: ({ value: number; "@type": "rwallet.limit"; seconds: number; })[];
start_at: number;
}> = ...
Type declaration
@type: ZodLiteral<"rwallet.config">
limits: ZodArray<ZodObject<{
@type: ZodLiteral<"rwallet.limit">;
seconds: ZodNumber;
value: ZodNumber;
}, "strip", ZodTypeAny, {
@type: "rwallet.limit";
seconds: number;
value: number;
}, {
@type: "rwallet.limit";
seconds: number;
value: number;
}>, "many">
start_at: ZodNumber
Type declaration
@type: "rwallet.config"
limits: ({ value: number; "@type": "rwallet.limit"; seconds: number; })[]
start_at: number
Type declaration
@type: "rwallet.config"
limits: ({ value: number; "@type": "rwallet.limit"; seconds: number; })[]
start_at: number