diff --git a/src/types/models/Ctx.d.ts b/src/types/models/Ctx.d.ts index 367f83d9b..d8a2828c7 100644 --- a/src/types/models/Ctx.d.ts +++ b/src/types/models/Ctx.d.ts @@ -42,16 +42,10 @@ type Profile = { settings: Settings, }; -type VideoNotification = { - meta_id: string, - video_id: string, - video: Video, -}; - type Notifications = { uid: string, created: string, - items: Record, + items: Record, }; type Ctx = {