Esposter
    Preparing search index...

    Variable programParticipantEntitySchemaConst

    programParticipantEntitySchema: ZodObject<
        {
            createdAt: ZodDate;
            deletedAt: ZodNullable<ZodDate>;
            keyValue: ZodString;
            partitionKey: ZodUUID;
            publicId: ZodUUID;
            rowKey: ZodCustomStringFormat<"sha256_hex">;
            token: ZodUUID;
            updatedAt: ZodDate;
        },
        $strip,
    > = ...