glitch-soc/app/javascript/flavours/glitch/types/util.ts
Renaud Chaput a33d6c946a [Glitch] Remove MastodonMap TS type
Port 9a52a7f7a0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-05-08 22:15:00 +02:00

2 lines
37 B
TypeScript

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