Interface: LookupUsernameInterface<T, U, O>
Extended by
Type Parameters
Type Parameter | Default type |
---|---|
T | ReferenceUsername |
U | ReferenceIdInterface |
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Properties
Property | Type |
---|---|
byUsername | (username : T , options ?: O ) => Promise <null | U > |