( owner: Owner, integration: IntegrationSlug, connection: ConnectionName, )
| 222 | }; |
| 223 | |
| 224 | export const connectionAddress = ( |
| 225 | owner: Owner, |
| 226 | integration: IntegrationSlug, |
| 227 | connection: ConnectionName, |
| 228 | ): ConnectionAddress => |
| 229 | ConnectionAddress.make(`${ADDRESS_PREFIX}.${integration}.${owner}.${connection}`); |
| 230 | |
| 231 | export const toolAddress = ( |
| 232 | owner: Owner, |