UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

9 lines (8 loc) 288 B
import { SchemaAction } from '../../../schema/index.js'; export class SubSchema extends SchemaAction { constructor({ schema, formattedPath, transformedPath }) { super(schema); this.formattedPath = formattedPath; this.transformedPath = transformedPath; } }