Type Alias GuildDropsWebhookFindUniqueOrThrowArgs<ExtArgs>

GuildDropsWebhookFindUniqueOrThrowArgs<ExtArgs>: {
    include?: GuildDropsWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelect<ExtArgs> | null;
    where: GuildDropsWebhookWhereUniqueInput;
}

GuildDropsWebhook findUniqueOrThrow

Type Parameters

Type declaration