// Generated Source interface AttachmentInfo { /** * */ uri?: string; /** * */ contentType?: string; } export default AttachmentInfo;