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