( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 240 | }; |
| 241 | |
| 242 | export const connectionAddress = ( |
| 243 | owner: Owner, |
| 244 | integration: IntegrationSlug, |
| 245 | connection: ConnectionName, |
| 246 | ): ConnectionAddress => |
| 247 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 248 | |
| 249 | export const toolAddress = ( |
| 250 | owner: Owner, |