CwtStatus: ImplementsZodType<z.infer<typeof CwtStatusValidator>, {
    index: number;
    type?: CwtStatusType;
    url: string;
    [key: string]: unknown;
}>

Type declaration

  • [key: string]: unknown
  • Readonly index: number
  • Optional Readonly type?: CwtStatusType
  • Readonly url: string

Generated using TypeDoc