UNPKG

@visulima/api-platform

Version:

Visulima API platform is a set of tools to build and consume web APIs

6 lines (3 loc) 169 B
import { GetStaticProps } from 'next/types'; declare const getStaticProps: (swaggerUrl: string) => GetStaticProps; export { getStaticProps as getSwaggerStaticProps };