Add svelte-check in setting. Fix errors. (#821)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-01-14 10:06:32 +01:00
committed by GitHub
parent e8c26c46a8
commit c568bbf711
29 changed files with 80 additions and 120 deletions
+5 -2
View File
@@ -27,7 +27,7 @@ export type Handler = Resource<() => Promise<void>>
* @public
*/
export interface IntegrationType extends Doc {
label: string | IntlString
label: IntlString
description: IntlString
icon: AnyComponent
createComponent: AnyComponent
@@ -72,7 +72,10 @@ export default plugin(settingId, {
Terms: '' as IntlString,
Folders: '' as IntlString,
Templates: '' as IntlString,
Delete: '' as IntlString
Delete: '' as IntlString,
Disconnect: '' as IntlString,
Add: '' as IntlString,
LearnMore: '' as IntlString
},
icon: {
Setting: '' as Asset,