Fields of the GuildDropsGameWebhook model

interface GuildDropsGameWebhookFieldRefs {
    avatarUrl: Prisma.FieldRef<"GuildDropsGameWebhook", "String">;
    dbId: Prisma.FieldRef<"GuildDropsGameWebhook", "String">;
    guildDropsGameId: Prisma.FieldRef<"GuildDropsGameWebhook", "String">;
    username: Prisma.FieldRef<"GuildDropsGameWebhook", "String">;
}

Properties

avatarUrl: Prisma.FieldRef<"GuildDropsGameWebhook", "String">
dbId: Prisma.FieldRef<"GuildDropsGameWebhook", "String">
guildDropsGameId: Prisma.FieldRef<"GuildDropsGameWebhook", "String">
username: Prisma.FieldRef<"GuildDropsGameWebhook", "String">