import type { BaseProbeResult } from "openclaw/plugin-sdk/channel-contract"; import { describe, expectTypeOf, it } from "vitest"; import type { IMessageProbe } from "./probe.js";
describe("iMessage probe contract", () => {
it("keeps public probe aligned with base contract", () => {
expectTypeOf<IMessageProbe>().toMatchTypeOf<BaseProbeResult>();
});
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.