mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
14 lines
214 B
QML
14 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
|
|
}
|