Module PulseAttribute.ConfigUsage

type t =
  1. | ConfigName of ConfigName.t
  2. | StringParam of {
    1. v : AbstractValue.t;
    2. config_type : string;
    }