UNPKG

bc-node-sdk

Version:

BetterCommerce's NodeJS SDK encapsulates the base framework for all the Next.js applications.

4 lines (3 loc) 98 B
export declare type MappingRule<T, U> = { [K in keyof U]: (entity: T) => U[K] | U[K][]; };