acronie
acronie
Explore posts from servers
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
Anyone :p
8 replies
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
Weird 🤔
8 replies
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
No description
8 replies
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
export type UploadFileRouter = typeof ourFileRouter;
8 replies
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
│  Type '{}' is not assignable to type '"You forgot to pass the generic"'. typescript (2322) [40, 7]
8 replies
TTCTheo's Typesafe Cult
Created by acronie on 9/20/2023 in #questions
Trying to use upload thing
(alias) type UploadFileRouter = {
[x: string]: Uploader<AnyParams>;
}
import UploadFileRouter
(alias) type UploadFileRouter = {
[x: string]: Uploader<AnyParams>;
}
import UploadFileRouter
8 replies