// Generated Source interface AttachmentInfoReporting { /** * Specifies whether to include CSV version of the report */ csv?: boolean; /** * Specifies whether to include PDF version of the report */ pdf?: boolean; } export default AttachmentInfoReporting;