Type Alias GuildDropsGame$webhookArgs<ExtArgs>

GuildDropsGame$webhookArgs<ExtArgs>: {
    include?: GuildDropsGameWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsGameWebhookOmit<ExtArgs> | null;
    select?: GuildDropsGameWebhookSelect<ExtArgs> | null;
    where?: GuildDropsGameWebhookWhereInput;
}

GuildDropsGame.webhook

Type Parameters

Type declaration