Merge improvement/inbox-nav-links: navigation links on watched + scheduler notices
This commit is contained in:
commit
96f303b0cf
6 changed files with 38 additions and 7 deletions
|
|
@ -23,6 +23,8 @@ export type VideoWatchedMeta = {
|
|||
kind: "video-watched";
|
||||
videoId: string;
|
||||
title: string;
|
||||
channelId: string;
|
||||
channelName: string;
|
||||
};
|
||||
export type ChannelSubscribedMeta = {
|
||||
kind: "channel-subscribed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue