[Gekidou] Sidebar Categories (Database only) (#5909)

This commit is contained in:
Shaz Amjad
2022-02-01 00:30:10 +11:00
committed by GitHub
parent aa84ccd808
commit fc29b4b974
24 changed files with 743 additions and 6 deletions

View File

@@ -190,6 +190,14 @@ export type HandleChannelArgs = PrepareOnly & {
channels: Channel[];
};
export type HandleCategoryArgs = PrepareOnly & {
categories: Category[];
};
export type HandleCategoryChannelArgs = PrepareOnly & {
categoryChannels: CategoryChannel[];
};
export type HandleMyTeamArgs = PrepareOnly & {
myTeams: MyTeam[];
};