( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 252 | }; |
| 253 | |
| 254 | export const connectionAddress = ( |
| 255 | owner: Owner, |
| 256 | integration: IntegrationSlug, |
| 257 | connection: ConnectionName, |
| 258 | ): ConnectionAddress => |
| 259 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 260 | |
| 261 | export const toolAddress = ( |
| 262 | owner: Owner, |