UNPKG

@bolttech/server-side-next

Version:

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

4 lines (3 loc) 210 B
import { Vertical } from '@bolttech/essentials'; import { Quote } from '../interface/quote.interface'; export declare const filterQuoteFieldsByVertical: (quote: Quote, vertical: Vertical) => Partial<Quote>;