<?php

namespace MediaWiki\Extension\Notifications;

class EmailFormat {
	public const HTML = 'html';
	public const PLAIN_TEXT = 'plain-text';
}
