UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

6 lines (5 loc) 293 B
import { Component, Page } from '../types'; import { CmsHelperInterface, CmsServiceInterface } from '../interfaces'; export interface MapperServiceInterface { handle(page: Page, cmsService: CmsServiceInterface, cmsHelper: CmsHelperInterface, importMapper: any): Promise<Component>; }