UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

4 lines (3 loc) 251 B
import { DocumentClient } from 'aws-sdk/clients/dynamodb'; export declare const USER_INFO_SORT_KEY = "userInfo"; export declare const completeGettingStartedTaskUpdate: (userId: string, completedOn: Date, taskName: string) => DocumentClient.Update;