Type Alias GuildDropsGameWebhookFindUniqueOrThrowArgs<ExtArgs>

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

GuildDropsGameWebhook findUniqueOrThrow

Type Parameters

Type declaration