AuthorshipModels type

Which models carry authorship, keyed by Prisma model name.

Signature:

export type AuthorshipModels = Record<string, AuthorshipColumns>;

References: AuthorshipColumns

Remarks

A model absent from this map passes through untouched. The code generator emits this as AUTHORSHIP_MODELS, so it normally comes from your schema rather than being written by hand.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.