Fields of the GuildCustomMessage model

interface GuildCustomMessageFieldRefs {
    content: Prisma.FieldRef<"GuildCustomMessage", "String">;
    dbId: Prisma.FieldRef<"GuildCustomMessage", "String">;
    guildId: Prisma.FieldRef<"GuildCustomMessage", "String">;
    showInviteButton: Prisma.FieldRef<"GuildCustomMessage", "Boolean">;
    showWatchButton: Prisma.FieldRef<"GuildCustomMessage", "Boolean">;
    type: Prisma.FieldRef<"GuildCustomMessage", "GuildMessageTypeEnum">;
}

Properties

content: Prisma.FieldRef<"GuildCustomMessage", "String">
dbId: Prisma.FieldRef<"GuildCustomMessage", "String">
guildId: Prisma.FieldRef<"GuildCustomMessage", "String">
showInviteButton: Prisma.FieldRef<"GuildCustomMessage", "Boolean">
showWatchButton: Prisma.FieldRef<"GuildCustomMessage", "Boolean">
type: Prisma.FieldRef<"GuildCustomMessage", "GuildMessageTypeEnum">