| 18 | } |
| 19 | |
| 20 | export interface AddressUserToSignInput extends BaseUserToSignInput { |
| 21 | address: string; |
| 22 | } |
| 23 | |
| 24 | export interface PublicKeyUserToSignInput extends BaseUserToSignInput { |
| 25 | publicKey: string; |
nothing calls this directly
no outgoing calls
no test coverage detected