prismaType property
The Prisma type.
Required. Possible string values are:
- "PRISMA_TYPE_UNSPECIFIED" : Type is not specified or unknown in this version.
- "PRISMA_TYPE_DISPLAY" : Display type.
- "PRISMA_TYPE_SEARCH" : Search type.
- "PRISMA_TYPE_VIDEO" : Video type.
- "PRISMA_TYPE_AUDIO" : Audio type.
- "PRISMA_TYPE_SOCIAL" : Social type.
- "PRISMA_TYPE_FEE" : Fee type.
Implementation
core.String? prismaType;