| 22 | } |
| 23 | |
| 24 | export interface PublicKeyUserToSignInput extends BaseUserToSignInput { |
| 25 | publicKey: string; |
| 26 | } |
| 27 | |
| 28 | export type UserToSignInput = AddressUserToSignInput | PublicKeyUserToSignInput; |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected