nucleus-core-ts 0.8.140 → 0.8.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dist/index.d.ts
CHANGED
|
@@ -361,7 +361,7 @@ declare class Ai {
|
|
|
361
361
|
createdAt: Date;
|
|
362
362
|
}>;
|
|
363
363
|
}
|
|
364
|
-
declare function T8(n: any): Promise<
|
|
364
|
+
declare function T8(n: any): Promise<X$<"", {
|
|
365
365
|
decorator: {};
|
|
366
366
|
store: {};
|
|
367
367
|
derive: {};
|
|
@@ -689,7 +689,7 @@ declare class jr {
|
|
|
689
689
|
trace(n: any): Promise<void>;
|
|
690
690
|
traceSync(n: any): void;
|
|
691
691
|
}
|
|
692
|
-
import
|
|
692
|
+
import X$ from "elysia";
|
|
693
693
|
declare class ka {
|
|
694
694
|
constructor(n?: {});
|
|
695
695
|
name: string;
|