mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 10:01:44 +00:00
11 lines
200 B
QML
11 lines
200 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
QtObject {
|
||
|
property string title
|
||
|
property string description
|
||
|
property string domain
|
||
|
property string thumbnail
|
||
|
property string image
|
||
|
property int type
|
||
|
}
|