Module EnumDeclaration.BigIntBody

type t('M) = {
  1. members: list(InitializedMember.t(BigIntLiteral.t('M), 'M)),
  2. explicit_type: bool,
  3. has_unknown_members: bool,
  4. comments: option(Syntax.t('M, list(Comment.t('M)))),
};