libs/interfaces/src/auth/passwordResetPerform.interface.ts
Properties |
status |
status:
|
Type : StatusType
|
import { StatusType } from '../generic/Status.type'
export interface PasswordResetPerformInterface {
status: StatusType
}