UNPKG

@bolttech/server-side-next

Version:

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

7 lines (6 loc) 276 B
export declare type GetTranslationsResponseType = { success: boolean; data?: Record<string, unknown>; message?: string; }; export declare const getTranslationsForPageProps: (pageProps: Record<string, string | undefined>) => Promise<Record<string, unknown>>;