Variable ObjectHistorySchemaConst
ObjectHistorySchema: ZodObject<
{
actor: ZodObject<
{
avatarUrl: ZodOptional<ZodString>;
displayName: ZodOptional<ZodString>;
emailAddress: ZodOptional<ZodString>;
html: ZodOptional<ZodString>;
isDeleted: ZodOptional<ZodBoolean>;
key: ZodOptional<ZodString>;
lastSeenVersion: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
renderedLink: ZodOptional<ZodString>;
self: ZodOptional<ZodString>;
},
$loose,
>;
affectedAttribute: ZodOptional<ZodString>;
created: ZodCoercedDate<unknown>;
id: ZodString;
newValue: ZodOptional<ZodString>;
objectId: ZodString;
oldValue: ZodOptional<ZodString>;
type: ZodNumber;
},
$loose,
> = ...
Representing a history event