filter union for smtp

This commit is contained in:
Matt Hill
2023-05-03 10:55:09 -06:00
parent e2867420b6
commit f4c93438f8
4 changed files with 10 additions and 7 deletions

View File

@@ -335,6 +335,8 @@ export type Effects = {
interfaceId: string,
packageId?: string,
): Promise<string>
/** Get the IP address of the container */
getContainerIp(): Promise<string>
/**
* Get the port address for another service
*/