This commit is contained in:
bedlam343 2024-05-23 13:49:33 -07:00
parent 9022050317
commit fc6622bdb1

View File

@ -15,7 +15,7 @@ type Channel = ListHistoryChannel; // add more as needed
// ~~~~~ Dictionary ~~~~~
type ChannelDictionary = {
['list-history']?: ListHistoryChannel;
[key in ChannelId]?: Channel;
};
export type {