Module Values.AttachmentsInputSource

Sourcetype nonrec t = AttachmentInput.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : AttachmentInput.t list -> [> `List of [> `Structure of (string * [> `Blob of Blob.t | `String of AttachmentName.t | `Structure of (string * [> `Structure of (string * [> `String of ConversationId.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> AttachmentInput.t list
Sourceval of_json : [> Yojson.Safe.t ] -> AttachmentInput.t list