Variable: AttachmentLinkSchema
ts
const AttachmentLinkSchema: ZodObject<{
content: ZodOptional<ZodURL>;
jiraRest: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
thumbnail: ZodOptional<ZodURL>;
}, $loose>;Defined in: src/serviceDesk/models/attachmentLink.ts:4