Skip to content

Instantly share code, notes, and snippets.

@Zeko369
Created December 14, 2022 07:11
Show Gist options
  • Save Zeko369/8c09e2d8017cd1c6d4e81ee66c284242 to your computer and use it in GitHub Desktop.
Save Zeko369/8c09e2d8017cd1c6d4e81ee66c284242 to your computer and use it in GitHub Desktop.
import { Prisma } from '@prisma/client';
const selectOnUser = {
id: true,
name: true,
} satisfies Prisma.UserSelect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment