export type RuntimeGroupConfiguration = { channels: Nullable, locale: Intl.Locale, }; export type ChannelRuntimeGroupConfiguration = { newPlaydates: ChannelId, playdateReminders: ChannelId }