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

Interface ActionCopy

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected