feat(configuration): Adds missing implermentations
This commit is contained in:
parent
b82ab7dbc4
commit
ec0aa5654c
7 changed files with 150 additions and 32 deletions
5
source/Groups/RuntimeGroupConfiguration.d.ts
vendored
5
source/Groups/RuntimeGroupConfiguration.d.ts
vendored
|
|
@ -3,7 +3,6 @@ import {Nullable} from "../types/Nullable";
|
|||
|
||||
export type RuntimeGroupConfiguration = {
|
||||
channels: Nullable<ChannelRuntimeGroupConfiguration>,
|
||||
locale: Intl.Locale,
|
||||
permissions: PermissionRuntimeGroupConfiguration,
|
||||
calendar: CalendarRuntimeGroupConfiguration
|
||||
};
|
||||
|
|
@ -18,5 +17,7 @@ export type PermissionRuntimeGroupConfiguration = {
|
|||
}
|
||||
|
||||
export type CalendarRuntimeGroupConfiguration = {
|
||||
title: null|string
|
||||
title: null|string,
|
||||
description: null|string,
|
||||
location: null|string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue