let newValue: MyData = { id: "1", key: "key 1", content: "Updated content 1" };

await persistence.update(ctx, newValue);