Variable moderationNoteEntitySchemaConst
moderationNoteEntitySchema: ZodObject<
{
actorUserId: ZodString;
createdAt: ZodDate;
deletedAt: ZodNullable<ZodDate>;
note: ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>;
partitionKey: ZodUUID;
rowKey: ZodString;
targetUserId: ZodString;
updatedAt: ZodDate;
},
$strip,
> = ...