Suncel home pageSuncel logoSuncel v1.1
  1. GetProject

API > GetPage

GetProject

The GetProject function fetches the content/properties of your project.

Project type here ->

Import

import { getProject } from "@suncel/nextjs/api";

Function signature

const getProject = async () : Promise<RequestResult<Project>>