Skip to content

Variable: EntrySchema

ts
const EntrySchema: ZodObject<{
  errors: ZodOptional<ZodArray<ZodString>>;
  issueId: ZodOptional<ZodNumber>;
  issueKey: ZodOptional<ZodString>;
  status: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/agile/models/entry.ts:4