Fields of the GuildDropsWebhook model

interface GuildDropsWebhookFieldRefs {
    avatarUrl: Prisma.FieldRef<"GuildDropsWebhook", "String">;
    dbId: Prisma.FieldRef<"GuildDropsWebhook", "String">;
    guildDropsId: Prisma.FieldRef<"GuildDropsWebhook", "String">;
    username: Prisma.FieldRef<"GuildDropsWebhook", "String">;
}

Properties

avatarUrl: Prisma.FieldRef<"GuildDropsWebhook", "String">
dbId: Prisma.FieldRef<"GuildDropsWebhook", "String">
guildDropsId: Prisma.FieldRef<"GuildDropsWebhook", "String">
username: Prisma.FieldRef<"GuildDropsWebhook", "String">