lib/types: remove unused IWGProviderConfig type
This commit is contained in:
parent
c3e64c8b98
commit
1f7dded292
@ -1,17 +1,2 @@
|
|||||||
import type { Address4, Address6 } from 'ip-address';
|
|
||||||
|
|
||||||
export type { Result } from './result';
|
export type { Result } from './result';
|
||||||
export { ok, err } from './result';
|
export { ok, err } from './result';
|
||||||
|
|
||||||
export interface IWGProviderConfig {
|
|
||||||
ipv4?: {
|
|
||||||
startingAddr: Address4;
|
|
||||||
};
|
|
||||||
ipv6?: {
|
|
||||||
startingAddr: Address6;
|
|
||||||
clientPrefixSize: number;
|
|
||||||
}
|
|
||||||
endpoint: string;
|
|
||||||
dns: string;
|
|
||||||
addrMaxIndex: number;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user