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