Variable GetTrustedIssuerStatusListsCacheInfoValidatorConst
GetTrustedIssuerStatusListsCacheInfoValidator: ZodObject<{
nextUpdate: ZodEffects<ZodNullable<ZodOptional<ZodUnion<[ZodEffects<ZodString, Date, string>, ZodEffects<ZodNumber, Date, number>]>>>, undefined | null | Date, undefined | null | string | number>;
}, "strip", ZodTypeAny, {
nextUpdate?: null | Date;
}, {
nextUpdate?: null | string | number;
}> = ...
Type declaration
-
nextUpdate: ZodEffects<ZodNullable<ZodOptional<ZodUnion<[ZodEffects<ZodString, Date, string>, ZodEffects<ZodNumber, Date, number>]>>>, undefined | null | Date, undefined | null | string | number>
Type declaration
-
Optional
nextUpdate?: null | Date
Type declaration
-
Optional
nextUpdate?: null | string | number