Files
ntfy/web/src/app/actions.js
binwiederhier 7860f2142c Constants
2026-02-08 15:11:06 -05:00

8 lines
253 B
JavaScript

// Action types for ntfy messages
// These correspond to the server action types in server/actions.go
export const ACTION_VIEW = "view";
export const ACTION_BROADCAST = "broadcast";
export const ACTION_HTTP = "http";
export const ACTION_COPY = "copy";