PEnum

data class PEnum(val enumName: String, val enumTypes: List<String>) : PRootElement

An enumeration (enum ... { }) in a Prisma schema.

Constructors

Link copied to clipboard
constructor(enumName: String, enumTypes: List<String>)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The name of this enumeration.

Link copied to clipboard

Name of the values of this enumeration.