( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 334 | }; |
| 335 | |
| 336 | export const connectionAddress = ( |
| 337 | owner: Owner, |
| 338 | integration: IntegrationSlug, |
| 339 | connection: ConnectionName, |
| 340 | ): ConnectionAddress => |
| 341 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 342 | |
| 343 | export const toolAddress = ( |
| 344 | owner: Owner, |