Interface BelongsToLinkDynamoItem

Describes the shape of a DynamoDB item representing a BelongsToLink, enforcing type consistency.

interface BelongsToLinkDynamoItem {
    Type: string;
    [key: string]: NativeScalarAttributeValue;
}

Indexable

[key: string]: NativeScalarAttributeValue

Properties

Properties

Type: string

Generated using TypeDoc