(identity: Identity)
| 26 | const coreApi = composePluginApi([] as const); |
| 27 | |
| 28 | const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label; |
| 29 | |
| 30 | interface Connected { |
| 31 | readonly client: Client; |
no outgoing calls
no test coverage detected