(userId: string)
| 3 | import type * as TypesGen from "#/api/typesGenerated"; |
| 4 | |
| 5 | const userSecretsKey = (userId: string) => ["users", userId, "secrets"]; |
| 6 | |
| 7 | export const userSecrets = (userId: string) => { |
| 8 | return { |
no outgoing calls
no test coverage detected