Type Alias GuildDropsGameWebhook$guildDropsGameArgs<ExtArgs>

GuildDropsGameWebhook$guildDropsGameArgs<ExtArgs>: {
    include?: GuildDropsGameInclude<ExtArgs> | null;
    omit?: GuildDropsGameOmit<ExtArgs> | null;
    select?: GuildDropsGameSelect<ExtArgs> | null;
    where?: GuildDropsGameWhereInput;
}

GuildDropsGameWebhook.guildDropsGame

Type Parameters

Type declaration