From c428b80256a3a69aa9caf2223c830f3bcd4f5500 Mon Sep 17 00:00:00 2001 From: Michael Pellegrini <466696+mpellegrini@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:43:35 -0400 Subject: [PATCH] chore(example): testing out affected --- packages/domain/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/domain/src/index.ts b/packages/domain/src/index.ts index 336ce12..18f69ab 100644 --- a/packages/domain/src/index.ts +++ b/packages/domain/src/index.ts @@ -1 +1 @@ -export {} +export type { Tagged } from './common/types/tagged.js'