6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export type ShowConfigParams = {
|
|
subnet: string;
|
|
ip: string;
|
|
wanAddr: string | null;
|
|
};
|