Module Async_smtp__Credentials.Stable.V1

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