Type Alias GuildDropsWebhookFindFirstArgs<ExtArgs>

GuildDropsWebhookFindFirstArgs<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 findFirst

Type Parameters

Type declaration