// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package apprise type Data struct { Urls string `json:"urls"` Body string `json:"body"` }