Interface: ValidateUserServiceInterface<T, R>
Extended by
Type Parameters
| Type Parameter | Default type | 
|---|---|
| Textendsunknown[] | unknown[] | 
| RextendsReferenceIdInterface | ReferenceIdInterface | 
Properties
| Property | Type | 
|---|---|
| isActive | ( user:R&ReferenceActiveInterface<boolean>) =>Promise<boolean> | 
| validateUser | (... _:T) =>Promise<R> |