Type alias RecordIDNamespace

RecordID: string | number

A pseudo type represents a record's unique identifier.

Its real type differs by adapters.

  • String for MongoDB
  • Integer for MySQL, SQLite3, PostegreSQL ptypes

Generated using TypeDoc