9 lines
No EOL
241 B
TypeScript
9 lines
No EOL
241 B
TypeScript
export type RuntimeGroupConfiguration = {
|
|
channels: Nullable<ChannelRuntimeGroupConfiguration>,
|
|
locale: Intl.Locale,
|
|
};
|
|
|
|
export type ChannelRuntimeGroupConfiguration = {
|
|
newPlaydates: ChannelId,
|
|
playdateReminders: ChannelId
|
|
} |