UNPKG

openapi-connect

Version:
4 lines (3 loc) 52 B
export type KeysOf<T> = { [P in keyof T]: P; };