UNPKG

@follow-app/client-sdk

Version:

TypeScript client SDK for Follow RSS Server API

4 lines (3 loc) 59 B
export type Prettify<T> = { [K in keyof T]: T[K]; } & {}