forked from Ivasoft/mattermost-mobile
[Gekidou] Sidebar Categories (Database only) (#5909)
This commit is contained in:
8
types/database/database.d.ts
vendored
8
types/database/database.d.ts
vendored
@@ -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[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user