KeyField: string | number | bigint | boolean | Date | CustomNumberType

Represents field types that can be used as a part of primary keys or secondary index keys in a table. These include numeric types, including custom number type if provided (see CustomFieldTypes) as well as String, Boolean and Timestamp.

Generated using TypeDoc