( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 315 | }; |
| 316 | |
| 317 | export const connectionAddress = ( |
| 318 | owner: Owner, |
| 319 | integration: IntegrationSlug, |
| 320 | connection: ConnectionName, |
| 321 | ): ConnectionAddress => |
| 322 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 323 | |
| 324 | export const toolAddress = ( |
| 325 | owner: Owner, |