fix(typescript): Refactor types and interfaces to use consistent I prefix and update related tests

This commit is contained in:
2025-05-09 22:46:53 +00:00
parent d924190680
commit f8647516b5
45 changed files with 403 additions and 392 deletions

View File

@ -6,7 +6,7 @@ import type {
} from './types.js';
import type {
ForwardConfig as IForwardConfig
IForwardConfig
} from '../forwarding/config/forwarding-types.js';
/**