5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export type NetInfo = {
|
|
assignedPort: number | null;
|
|
assignedSslPort: number | null;
|
|
};
|