Fields of the CFCustomMessage model

interface CFCustomMessageFieldRefs {
    clipForwardId: Prisma.FieldRef<"CFCustomMessage", "String">;
    content: Prisma.FieldRef<"CFCustomMessage", "String">;
    dbId: Prisma.FieldRef<"CFCustomMessage", "String">;
    showInviteButton: Prisma.FieldRef<"CFCustomMessage", "Boolean">;
    showWatchButton: Prisma.FieldRef<"CFCustomMessage", "Boolean">;
    type: Prisma.FieldRef<"CFCustomMessage", "StreamerMessageTypeEnum">;
}

Properties

clipForwardId: Prisma.FieldRef<"CFCustomMessage", "String">
content: Prisma.FieldRef<"CFCustomMessage", "String">
dbId: Prisma.FieldRef<"CFCustomMessage", "String">
showInviteButton: Prisma.FieldRef<"CFCustomMessage", "Boolean">
showWatchButton: Prisma.FieldRef<"CFCustomMessage", "Boolean">
type: Prisma.FieldRef<"CFCustomMessage", "StreamerMessageTypeEnum">