pnp-scheduler/source/Groups/RuntimeGroupConfiguration.d.ts

9 lines
No EOL
241 B
TypeScript

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