Module BoxModel.IdSource

Sourcetype 'a t = {
  1. relative : string;
  2. absolute : string option;
  3. typ : 'a option;
}