Options passed to the MemoryTenantDataStore constructor.
optional
generateId: () => string
Generate a unique identifier for new records when data.id is not a
string or number. Defaults to a monotonic counter ('1', '2', …).