MCPcopy Create free account
hub / github.com/dailydotdev/apps / ActionCopy

Interface ActionCopy

packages/shared/src/components/notifications/utils.ts:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString();
230
231interface ActionCopy {
232 mute: string;
233 unmute: string;
234}
235
236export const notificationMutingCopy: Partial<
237 Record<NotificationType, ActionCopy>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected