@djaouad10/shared-types 1.0.5 → 1.0.6
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 +0 -14
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1284,20 +1284,6 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
1284
1284
|
output: void;
|
|
1285
1285
|
meta: object;
|
|
1286
1286
|
}>;
|
|
1287
|
-
create: import("@trpc/server").TRPCMutationProcedure<{
|
|
1288
|
-
input: {
|
|
1289
|
-
trackingNumber: string;
|
|
1290
|
-
};
|
|
1291
|
-
output: {
|
|
1292
|
-
success: boolean;
|
|
1293
|
-
};
|
|
1294
|
-
meta: object;
|
|
1295
|
-
}>;
|
|
1296
|
-
createMany: import("@trpc/server").TRPCMutationProcedure<{
|
|
1297
|
-
input: void;
|
|
1298
|
-
output: void;
|
|
1299
|
-
meta: object;
|
|
1300
|
-
}>;
|
|
1301
1287
|
}>>;
|
|
1302
1288
|
}>>;
|
|
1303
1289
|
statistics: import("@trpc/server").TRPCBuiltRouter<{
|