mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

Zuri (he/him) 🕐 CET

In , is it possible to have a dependent string literal type like this:

type SomeType = `a.${keyof typeof B}.c.${keyof typeof B[d]}` // <-- B[d] is the important part here