Type Alias SentDropFindFirstArgs<ExtArgs>

SentDropFindFirstArgs<ExtArgs>: {
    cursor?: SentDropWhereUniqueInput;
    distinct?: Prisma.SentDropScalarFieldEnum | Prisma.SentDropScalarFieldEnum[];
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    orderBy?: SentDropOrderByWithRelationInput | SentDropOrderByWithRelationInput[];
    select?: SentDropSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: SentDropWhereInput;
}

SentDrop findFirst

Type Parameters

Type declaration