7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
export default function grabIPAddresses(): {
|
|
webAppIP: string;
|
|
appCronIP: string;
|
|
maxScaleIP: string;
|
|
globalIPPrefix: string;
|
|
};
|