Skip to content

Commit

Permalink
refactor(types): update Ctx notification type
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Aug 1, 2023
1 parent 49081fd commit e6d9477
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/types/models/Ctx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, VideoNotification[]>,
items: Record<string, Video[]>,
};

type Ctx = {
Expand Down

0 comments on commit e6d9477

Please sign in to comment.