import { Callout } from "nextra-theme-docs"; import { SwaggerLink, SchemaLoader } from "@/components"; import { SWAGGER_TAGS } from "@/constants"; import { loadStatic } from "@/utils"; export const getStaticProps = loadStatic; Connect Operations