UNPKG

@bolttech/server-side-next

Version:

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

12 lines (11 loc) 257 B
export declare type Template = { template: Record<string, unknown>; name: string; parseJSON: boolean; createdAt: string; updatedAt: string; }; export declare type TemplateResponse<R> = { status: boolean; mapped: R; };