Skip to content

IFakerPhone

baileydauterman edited this page Jan 6, 2025 · 2 revisions
using Faker.NET.Common.Phone;

namespace Faker.NET.Interfaces.Modules;

public interface IFakerPhone
{
    public string IMEI();

    public string Number(PhoneNumberType type = PhoneNumberType.Human);
}

Clone this wiki locally