prisma-schema
    Preparing search index...

    Function printSelectProjectionSchema

    • Print the select projection schema

      Parameters

      • model: DMMF.Model

      Returns string

      string

      export const ModelNameSelectSchema = z.object({
      id: _select,
      name: _select
      })