( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 305 | }; |
| 306 | |
| 307 | export const connectionAddress = ( |
| 308 | owner: Owner, |
| 309 | integration: IntegrationSlug, |
| 310 | connection: ConnectionName, |
| 311 | ): ConnectionAddress => |
| 312 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 313 | |
| 314 | export const toolAddress = ( |
| 315 | owner: Owner, |