mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
10 lines
171 B
QML
10 lines
171 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
QtObject {
|
||
|
property string name
|
||
|
property string publicKey
|
||
|
property string bio
|
||
|
property string image
|
||
|
property bool ensVerified
|
||
|
}
|