User password reset interface

interface UserPasswordReset {
    baseUrl?: string;
    password: string;
}

Properties

Properties

baseUrl?: string
password: string