@djaouad10/shared-types 1.0.31 → 1.0.33
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/index.d.ts +4 -17
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2605,23 +2605,9 @@ declare const auth: import("better-auth").Auth<{
|
|
|
2605
2605
|
}>;
|
|
2606
2606
|
export type Auth = typeof auth;
|
|
2607
2607
|
declare const ourFileRouter: {
|
|
2608
|
-
productImage: import("uploadthing/
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
};
|
|
2612
|
-
_metadata: {
|
|
2613
|
-
userId: string;
|
|
2614
|
-
};
|
|
2615
|
-
_middlewareArgs: {
|
|
2616
|
-
req: import("express").Request;
|
|
2617
|
-
res: import("express").Response;
|
|
2618
|
-
event: undefined;
|
|
2619
|
-
};
|
|
2620
|
-
_errorShape: import("@uploadthing/shared").Json;
|
|
2621
|
-
_errorFn: "unsetMarker" & {
|
|
2622
|
-
__brand: "unsetMarker";
|
|
2623
|
-
};
|
|
2624
|
-
_output: {
|
|
2608
|
+
productImage: import("node_modules/uploadthing/dist/types-Bs3w2d_3.js").FileRoute<{
|
|
2609
|
+
input: undefined;
|
|
2610
|
+
output: {
|
|
2625
2611
|
url: string;
|
|
2626
2612
|
name: string;
|
|
2627
2613
|
key: string;
|
|
@@ -2630,6 +2616,7 @@ declare const ourFileRouter: {
|
|
|
2630
2616
|
userId: string;
|
|
2631
2617
|
};
|
|
2632
2618
|
};
|
|
2619
|
+
errorShape: import("@uploadthing/shared").Json;
|
|
2633
2620
|
}>;
|
|
2634
2621
|
};
|
|
2635
2622
|
export type OurFileRouter = typeof ourFileRouter;
|