@djaouad10/shared-types 1.0.13 → 1.0.14
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 +2 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2393,15 +2393,9 @@ declare const auth: import("better-auth").Auth<{
|
|
|
2393
2393
|
}>;
|
|
2394
2394
|
export type Auth = typeof auth;
|
|
2395
2395
|
declare const ourFileRouter: {
|
|
2396
|
-
|
|
2396
|
+
productImage: import("node_modules/uploadthing/dist/types-Bs3w2d_3.js").FileRoute<{
|
|
2397
2397
|
input: undefined;
|
|
2398
|
-
output:
|
|
2399
|
-
uploadedBy: string;
|
|
2400
|
-
publicUrl: string;
|
|
2401
|
-
name: string;
|
|
2402
|
-
key: string;
|
|
2403
|
-
type: string;
|
|
2404
|
-
};
|
|
2398
|
+
output: null;
|
|
2405
2399
|
errorShape: import("@uploadthing/shared").Json;
|
|
2406
2400
|
}>;
|
|
2407
2401
|
};
|