Values.DeleteAppInputSourceDeletes the instance of the given custom app.
type nonrec t = {app : SimSpaceWeaverResourceName.t;The name of the app.
*)domain : SimSpaceWeaverResourceName.t;The name of the domain of the app.
*)simulation : SimSpaceWeaverResourceName.t;The name of the simulation of the app.
*)}val make :
app:SimSpaceWeaverResourceName.t ->
domain:SimSpaceWeaverResourceName.t ->
simulation:SimSpaceWeaverResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of SimSpaceWeaverResourceName.t ]) list ]