UNPKG

gatsby

Version:
7 lines (6 loc) 194 B
export interface IAPIResponse { browser: Record<string, any>; node: Record<string, any>; ssr: Record<string, any>; } export declare const getLatestAPIs: () => Promise<IAPIResponse>;