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
|
||
|
}
|