Interface: LookupEmailInterface<T, U, O>
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T | ReferenceEmail |
U | ReferenceIdInterface |
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Properties
| Property | Type |
|---|---|
byEmail | (email: T, options?: O) => Promise<null | U> |