Fields of the GuildAutoLiveRole model

interface GuildAutoLiveRoleFieldRefs {
    dbId: Prisma.FieldRef<"GuildAutoLiveRole", "String">;
    guildId: Prisma.FieldRef<"GuildAutoLiveRole", "String">;
    roleId: Prisma.FieldRef<"GuildAutoLiveRole", "String">;
}

Properties

Properties

dbId: Prisma.FieldRef<"GuildAutoLiveRole", "String">
guildId: Prisma.FieldRef<"GuildAutoLiveRole", "String">
roleId: Prisma.FieldRef<"GuildAutoLiveRole", "String">