AvailableChannelsResult
Electron APIs / packages / AvailableChannelsResult
type AvailableChannelsResult = Record<string, string[]>;
Returned by getAvailableChannels().
Maps each package name to the list of channel names available on the server.
Packages with no channels defined return an empty array.