interface RawFileEncodable
extends
JSONEncodable<RESTAPIAttachment>export interface RawFileEncodable extends JSONEncodable<RESTAPIAttachment>Represents an object capable of representing itself as a raw file attachment. Objects implementing this interface can return binary file data to be sent as part of multipart/form-data requests.