Is there a way to use typealias but get type enfor...
# announcements
h
Is there a way to use typealias but get type enforcing? I have ids that are UUID for several different things, and it would be nice to get the added safety and be able to do things like
set(groupId: GroupId)
together with
set(threadId: ThreadId)