Variable LinkableAttachmentLinkSchemaConst
LinkableAttachmentLinkSchema: ZodObject<
{
_links: ZodOptional<
ZodObject<
{
content: ZodOptional<ZodURL>;
jiraRest: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
thumbnail: ZodOptional<ZodURL>;
},
$loose,
>,
>;
},
$loose,
> = ...