GreggOD
Explore posts from serversAarktype
•Created by TheGuy on 2/28/2025 in #questions
Is there a good way to use an array of fields mapped from an object into array as string literals?
@CodingWithLuke did this work? We needed this elsewhere in the system.
For our other case TS was throwing an error, but runtime worked fine so we just used ts-ignore.
12 replies
Aarktype
•Created by san on 3/2/2025 in #questions
array of objects?
we are using the comprehensively and its turned out to be a good tool in our aresnal so far
6 replies
Aarktype
•Created by GreggOD on 3/3/2025 in #questions
Merge union?
Solution is to use OR:
type(a | b).or(c | d)
9 replies
Aarktype
•Created by GreggOD on 3/3/2025 in #questions
Merge union?
the OR is the answer here, i thought it would be a different type to what is created. thanks
9 replies
Aarktype
•Created by GreggOD on 2/12/2025 in #questions
Is there a better way to do '.or' ?
Nice, thank you, it works
3 replies
Aarktype
•Created by GreggOD on 2/12/2025 in #questions
Type is not assignable to type (unions)

2 replies
TTCTheo's Typesafe Cult
•Created by GreggOD on 2/14/2023 in #questions
T3 server entry file or similar to run code on boot?
I want to initialize some code when the server boots up . Nextjs has this capability if you eject the default server no?
8 replies