[#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
+2
View File
@@ -15,6 +15,8 @@
- Minor UI fixes (updated dark primary btn color contrast, force reload the records list if the deleted record has self-referenced cascade relation field, etc.).
- Changed `$app` definition from TS type to interface ([#7834](https://github.com/pocketbase/pocketbase/issues/7834)).
- Bumped `golang.org/x/*` dependencies to silence security scanners ([#7829](https://github.com/pocketbase/pocketbase/discussions/7829)).
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