mastodon/app/javascript/types/util.ts
2023-05-03 13:32:11 +02:00

2 lines
37 B
TypeScript

export type ValueOf<T> = T[keyof T];