MCPcopy Index your code
hub / github.com/coder/coder / userNotificationPreferencesKey

Function userNotificationPreferencesKey

site/src/api/queries/notifications.ts:10–15  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

8} from "#/api/typesGenerated";
9
10export const userNotificationPreferencesKey = (userId: string) => [
11 "users",
12 userId,
13 "notifications",
14 "preferences",
15];
16
17export const userNotificationPreferences = (userId: string) => {
18 return {

Calls

no outgoing calls

Tested by

no test coverage detected