lib/types.ts (
3
lines of code) (
raw
):
export type API = { [key: string]: Function | API; };