mastodon/app/javascript/types/util.ts

2 lines
37 B
TypeScript
Raw Normal View History

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