MCPcopy Create free account
hub / github.com/gotify/server / IMessage

Interface IMessage

ui/src/types.ts:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface IMessage {
33 id: number;
34 appid: number;
35 message: string;
36 title: string;
37 priority: number;
38 date: string;
39 image?: string;
40 extras?: IMessageExtras;
41}
42
43export interface IMessageExtras {
44 [key: string]: any; // eslint-disable-line @typescript-eslint/no-explicit-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…