Strict templates enabled

This commit is contained in:
Chocobozzz
2020-02-10 14:25:38 +01:00
committed by Chocobozzz
parent 361dcebc75
commit be27ef3b46
31 changed files with 60 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
export interface RegisterServerSettingOptions {
name: string
label: string
type: 'input'
type: 'input' | 'input-checkbox' | 'input-textarea'
// If the setting is not private, anyone can view its value (client code included)
// If the setting is private, only server-side hooks can access it