Type Alias EmailConfigPatch

EmailConfigPatch: EmailConfigFieldPatch[]
[
{
path: "/username",
value: "New name"
}
]