Variable ContentItemSchemaConst
ContentItemSchema: ZodObject<
{
entityId: ZodString;
entityType: ZodCustom<
string & {}
| "issuefieldvalue"
| "issue-comment"
| "issue-worklog",
string & {} | "issuefieldvalue" | "issue-comment" | "issue-worklog",
>;
id: ZodString;
},
$loose,
> = ...
Represents the content to redact