UNPKG

@vizertech/nextjs-capi

Version:

NextJS 13 Wrapper for fb pixel and capi for graph v17.0 API

7 lines (6 loc) 153 B
type ApiGraph = { endpoint: string; body: any; }; declare function capiAPI<T>({ endpoint, body }: ApiGraph): Promise<T>; export default capiAPI;