Files

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
}