Variable surveyResponseEntitySchemaConst
surveyResponseEntitySchema: ZodObject<
{
createdAt: ZodDate;
deletedAt: ZodNullable<ZodDate>;
model: ZodRecord<ZodString, ZodUnknown>;
modelVersion: ZodInt;
partitionKey: ZodUUID;
rowKey: ZodUUID;
updatedAt: ZodDate;
},
$strip,
> = ...