mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
[#7834] changed definition to interface
This commit is contained in:
+3236
-3236
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user