mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
13 lines
209 B
QML
13 lines
209 B
QML
import qs.modules.common
|
|
import QtQuick;
|
|
|
|
/**
|
|
* A booru response.
|
|
*/
|
|
QtObject {
|
|
property string provider
|
|
property var tags
|
|
property var page
|
|
property var images
|
|
property string message
|
|
}
|