UNPKG

@webiny/api-headless-cms-ddb

Version:

DynamoDB storage operations plugin for Headless CMS API.

7 lines (6 loc) 190 B
import { Field } from "./types"; interface Params extends Pick<Field, "transform"> { value: any; } export declare const transformValue: ({ value, transform }: Params) => any; export {};