interface IAddBody {
    email: string;
    password: string;
}

Properties

Properties

email: string
password: string