( opts?: CreateBuilderOptions<TErrorShape>, )
| 26 | }; |
| 27 | |
| 28 | export const createUploadthing = <TErrorShape extends Json>( |
| 29 | opts?: CreateBuilderOptions<TErrorShape>, |
| 30 | ) => createBuilder<AdapterArgs, TErrorShape>(opts); |
| 31 | |
| 32 | export const createRouteHandler = <TRouter extends FileRouter>( |
| 33 | opts: RouteHandlerOptions<TRouter>, |