UNPKG

@webiny/api-apw-scheduler-so-ddb

Version:

The DynamoDB storage operations for scheduler action feature in the Webiny APW API.

4 lines (3 loc) 268 B
import { CreateStorageOperationsParams } from "./types"; import { ApwScheduleActionStorageOperations } from "@webiny/api-apw/scheduler/types"; export declare const createStorageOperations: (params: CreateStorageOperationsParams) => ApwScheduleActionStorageOperations;