Module Async_smtp__.Credentials.Stable.V1

type t = {
username : string;
password : string;
}