UNPKG

@progress/sitefinity-nextjs-sdk

Version:

Provides OOB widgets developed using the Next.js framework, which includes an abstraction layer for Sitefinity communication. Additionally, it offers an expanded API, typings, and tools for further development and integration.

16 lines (15 loc) 321 B
import { RequestArgs } from './request.args'; export interface CommonArgs extends RequestArgs { /** * The type of the item to retrieve. */ type: string; /** * The provider of the request. */ provider?: string; /** * The culture of the request. */ culture?: string; }