import { types as T, YAML } from "../deps.ts"; const noProps: T.ExpectedExports.properties = async () => { return { result: { version: 2, data: { "Dashboard": { type: "string", value: "Open the Kamado web UI from the Services page for live stats.", description: "Kamado exposes everything through the web dashboard.", copyable: false, qr: false, masked: false, }, }, }, }; }; export const properties = noProps;