mastodon/app/javascript/flavours/glitch/types/util.ts

2 lines
37 B
TypeScript

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