Unverified Commit 3c0cb932 authored by Hong Minhee's avatar Hong Minhee
Browse files

Replace inline type with ConstructorWithTypeId

Replace all occurrences of the inline type
`(new (...args: any[]) => TObject) & { typeId: URL }` with the
existing `ConstructorWithTypeId<TObject>` type alias throughout
the federation package.

This change:

- Reduces code duplication
- Removes 41 `// deno-lint-ignore no-explicit-any` comments
- Improves type consistency and maintainability

Fixes https://github.com/fedify-dev/fedify/issues/447



Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent b8aeaa40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment