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