diff --git a/packages/stable-store/ts/store.ts b/packages/stable-store/ts/store.ts index ed6fb28..9fcdb99 100644 --- a/packages/stable-store/ts/store.ts +++ b/packages/stable-store/ts/store.ts @@ -3,15 +3,6 @@ import { assertIDInternal } from './asset_id.internal.js' import { storeMap } from './store.ctx.js' import type { Store } from './store.types.js' -const brandedSymbol = Symbol('internal branded symbol') - -/** - * Init value is required. - */ -export interface MissingInit { - [brandedSymbol]: T -} - /** * Options for creating a store. *