We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bb2c7 commit 7d467c9Copy full SHA for 7d467c9
src/component/schema.ts
@@ -1,8 +1,7 @@
1
import { defineSchema, defineTable } from "convex/server";
2
-import { ObjectType, v } from "convex/values";
+import { v } from "convex/values";
3
4
// https://docs.expo.dev/push-notifications/sending-notifications/#message-request-format
5
-
6
export const notificationFields = {
7
_contentAvailable: v.optional(v.boolean()),
8
data: v.optional(v.any()),
0 commit comments