dotfiles/.config/quickshell/services/BooruResponseData.qml
2025-06-20 11:23:28 +02:00

13 lines
214 B
QML

import "root:/modules/common"
import QtQuick;
/**
* A booru response.
*/
QtObject {
property string provider
property var tags
property var page
property var images
property string message
}