import type { Todo } from "@todo-tests/common/data" import { Context, Ref } from "effect" export class Todos extends Context.Tag("Todos")>() {}