Variable: IssueErrorSchema
ts
const IssueErrorSchema: ZodObject<{
errorMessage: ZodOptional<ZodString>;
id: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/issueError.ts:5
Describes the error that occurred when retrieving data for a particular issue.