UNPKG

@webiny/api-headless-cms-ddb-es

Version:

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

9 lines (8 loc) 261 B
import { type ITable } from "@webiny/db-dynamodb"; import type { IGroupEntity } from "../definitions/types.js"; interface Params { table: ITable; entityName: string; } export declare const createGroupEntity: (params: Params) => IGroupEntity; export {};