fix(typescript): Refactor types and interfaces to use consistent I prefix and update related tests
This commit is contained in:
@ -6,7 +6,7 @@ import type {
|
||||
} from './types.js';
|
||||
|
||||
import type {
|
||||
ForwardConfig as IForwardConfig
|
||||
IForwardConfig
|
||||
} from '../forwarding/config/forwarding-types.js';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user