mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-03 16:00:50 +00:00
12 lines
221 B
QML
12 lines
221 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
property string name
|
|
property string publicKey
|
|
property string bio
|
|
property string image
|
|
property bool ensVerified
|
|
property int colorId
|
|
property var colorHash
|
|
}
|