Adds group configuration
This commit is contained in:
parent
0d9cf6a370
commit
154002f6f3
16 changed files with 633 additions and 20 deletions
9
source/Groups/RuntimeGroupConfiguration.d.ts
vendored
Normal file
9
source/Groups/RuntimeGroupConfiguration.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export type RuntimeGroupConfiguration = {
|
||||
channels: Nullable<ChannelRuntimeGroupConfiguration>,
|
||||
locale: Intl.Locale,
|
||||
};
|
||||
|
||||
export type ChannelRuntimeGroupConfiguration = {
|
||||
newPlaydates: ChannelId,
|
||||
playdateReminders: ChannelId
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue