EnumDeclaration.NumberBody
type t('M) = {
members: list(InitializedMember.t(NumberLiteral.t('M), 'M)),
explicit_type: bool,
has_unknown_members: bool,
comments: option(Syntax.t('M, list(Comment.t('M)))),
};