Module Statement.Interface

type t('M, 'T) = {
  1. id: Identifier.t('M, 'T),
  2. tparams: option(Type.TypeParams.t('M, 'T)),
  3. extends: list(('M, Type.Generic.t('M, 'T))),
  4. body: ('M, Type.Object.t('M, 'T)),
  5. comments: option(Syntax.t('M, unit)),
};