mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-06 02:39:27 -05:00
14 lines
209 B
QML
14 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
|
|
}
|