Type Alias WSCurrentlyLiveFindManyArgs<ExtArgs>

WSCurrentlyLiveFindManyArgs<ExtArgs>: {
    cursor?: WSCurrentlyLiveWhereUniqueInput;
    distinct?: Prisma.WSCurrentlyLiveScalarFieldEnum | Prisma.WSCurrentlyLiveScalarFieldEnum[];
    include?: WSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: WSCurrentlyLiveOmit<ExtArgs> | null;
    orderBy?: WSCurrentlyLiveOrderByWithRelationInput | WSCurrentlyLiveOrderByWithRelationInput[];
    select?: WSCurrentlyLiveSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: WSCurrentlyLiveWhereInput;
}

WSCurrentlyLive findMany

Type Parameters

Type declaration