Module Object.Indexer

type t'('M, 'T) = {
  1. id: option(Identifier.t('M, 'M)),
  2. key: Type.t('M, 'T),
  3. value: Type.t('M, 'T),
  4. static: bool,
  5. variance: option(Variance.t('M)),
  6. comments: option(Syntax.t('M, unit)),
};
and t('M, 'T) = ('M, t'('M, 'T));