Type Alias GuildDropsGameWebhookDeleteArgs<ExtArgs>

GuildDropsGameWebhookDeleteArgs<ExtArgs>: {
    include?: GuildDropsGameWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsGameWebhookOmit<ExtArgs> | null;
    select?: GuildDropsGameWebhookSelect<ExtArgs> | null;
    where: GuildDropsGameWebhookWhereUniqueInput;
}

GuildDropsGameWebhook delete

Type Parameters

Type declaration