PrimaryKeyField type

Canonical primary key field name as a string literal type.

All type-level references to the PK field name across rayfin-core and rayfin-data use this alias instead of hardcoded 'id' literals.

type PrimaryKeyField = "id"