interface AuthResetPasswordInput<ServiceOptions> {
    options?: ServiceOptions;
    username: string;
}

Type Parameters

Properties

Properties

options?: ServiceOptions
username: string