mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 19:09:03 +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
|
|
}
|