Interface: LookupIdInterface<T, U, O>
Extended by
Type Parameters
Type Parameter | Default type |
---|---|
T | ReferenceId |
U | ReferenceIdInterface |
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Properties
Property | Type |
---|---|
byId | (id : T , options ?: O ) => Promise <null | U > |