Type alias DatastorePrimaryKeyGenerationStrategy

DatastorePrimaryKeyGenerationStrategy: typeof NONE | typeof UUID | UnparsedObject

Can be set to uuid to automatically generate primary keys when new items are added. Default value is none, which requires you to supply a primary key for each new item.

Generated using TypeDoc