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

Hierarchy (view full)

Properties

Properties

email: string
password: string