Module Values.IncidentResponseTeamSource

Sourcetype nonrec t = IncidentResponder.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : IncidentResponder.t list -> [> `List of [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of IncidentResponderName.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> IncidentResponder.t list