Interface RelationDataValue

interface RelationDataValue {
    data: Record<string, Record<string, AttributeValue>>;
}

Properties

Properties

data: Record<string, Record<string, AttributeValue>>