3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
|
export declare let getBaseConfigString: () => void;
|
||
|
export declare let getZoneConfigString: (zoneNameArg: string, destinationIpArg: string) => string;
|