Variable UpdateTrustedIssuerStatusListsResultValidatorConst

UpdateTrustedIssuerStatusListsResultValidator: ZodObject<{
    failedLists: ZodEffects<ZodNullable<ZodOptional<ZodRecord<ZodString, ZodArray<ZodString, "many">>>>, undefined | null | Record<string, string[]>, undefined | null | Record<string, string[]>>;
    nextUpdate: ZodEffects<ZodNullable<ZodOptional<ZodUnion<[ZodEffects<ZodString, Date, string>, ZodEffects<ZodNumber, Date, number>]>>>, undefined | null | Date, undefined | null | string | number>;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    failedLists?: null | Record<string, string[]>;
    nextUpdate?: null | Date;
    success: boolean;
}, {
    failedLists?: null | Record<string, string[]>;
    nextUpdate?: null | string | number;
    success: boolean;
}> = ...

Type declaration

  • failedLists: ZodEffects<ZodNullable<ZodOptional<ZodRecord<ZodString, ZodArray<ZodString, "many">>>>, undefined | null | Record<string, string[]>, undefined | null | Record<string, string[]>>
  • nextUpdate: ZodEffects<ZodNullable<ZodOptional<ZodUnion<[ZodEffects<ZodString, Date, string>, ZodEffects<ZodNumber, Date, number>]>>>, undefined | null | Date, undefined | null | string | number>
  • success: ZodBoolean

Type declaration

  • Optional failedLists?: null | Record<string, string[]>
  • Optional nextUpdate?: null | Date
  • success: boolean

Type declaration

  • Optional failedLists?: null | Record<string, string[]>
  • Optional nextUpdate?: null | string | number
  • success: boolean

Generated using TypeDoc