import QtQuick 2.15
QtObject {
required property string title
property string secondaryTitle
required property string body
property string footer
}