[#7834] changed definition to interface

This commit is contained in:
Gani Georgiev
2026-09-06 20:11:04 +03:00
parent a53f189f74
commit b3de909790
3 changed files with 3239 additions and 3237 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -129,7 +129,7 @@ type excludeHooks<Type> = {
type CoreApp = excludeHooks<ORIGINAL_CORE_APP>
// pocketbase.PocketBase without the on* hook methods
type PocketBase = excludeHooks<ORIGINAL_POCKETBASE>
interface PocketBase extends excludeHooks<ORIGINAL_POCKETBASE>{}
/**
* ` + "`$app`" + ` is the current running PocketBase instance that is globally