Type Alias GuildDropsWebhook$guildDropsArgs<ExtArgs>

GuildDropsWebhook$guildDropsArgs<ExtArgs>: {
    include?: GuildDropsInclude<ExtArgs> | null;
    omit?: GuildDropsOmit<ExtArgs> | null;
    select?: GuildDropsSelect<ExtArgs> | null;
    where?: GuildDropsWhereInput;
}

GuildDropsWebhook.guildDrops

Type Parameters

Type declaration