// Generated Source interface CustomDataAttachmentInfo { /** * Link to custom data attachment */ uri?: string; /** * Type of custom data attachment, see also MIME Types */ contentType?: string; } export default CustomDataAttachmentInfo;