Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { BindOptions } from './BindOptions';
|
||||
import type { DerivedAddressInfo } from './DerivedAddressInfo';
|
||||
import type { NetInfo } from './NetInfo';
|
||||
export type BindInfo = {
|
||||
enabled: boolean;
|
||||
options: BindOptions;
|
||||
net: NetInfo;
|
||||
addresses: DerivedAddressInfo;
|
||||
};
|
||||
Reference in New Issue
Block a user