UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

8 lines (7 loc) 255 B
import { AttributeMap } from 'aws-sdk/clients/dynamodb'; export declare const marshallDeviceSettings: (data: { [key: string]: any; }) => AttributeMap; export declare const unmarshallDeviceSettings: (data: AttributeMap) => { [key: string]: any; };