Type Alias GuildDropsWebhookFindFirstOrThrowArgs<ExtArgs>

GuildDropsWebhookFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: GuildDropsWebhookWhereUniqueInput;
    distinct?: Prisma.GuildDropsWebhookScalarFieldEnum | Prisma.GuildDropsWebhookScalarFieldEnum[];
    include?: GuildDropsWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    orderBy?: GuildDropsWebhookOrderByWithRelationInput | GuildDropsWebhookOrderByWithRelationInput[];
    select?: GuildDropsWebhookSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: GuildDropsWebhookWhereInput;
}

GuildDropsWebhook findFirstOrThrow

Type Parameters

Type declaration