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

Interface ActionCopy

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

Source from the content-addressed store, hash-verified

242 unread > MAX_UNREAD_DISPLAY ? `${MAX_UNREAD_DISPLAY}+` : unread.toString();
243
244interface ActionCopy {
245 mute: string;
246 unmute: string;
247}
248
249export const notificationMutingCopy: Partial<
250 Record<NotificationType, ActionCopy>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected