Type Alias RSCurrentlyLiveFindManyArgs<ExtArgs>

RSCurrentlyLiveFindManyArgs<ExtArgs>: {
    cursor?: RSCurrentlyLiveWhereUniqueInput;
    distinct?: Prisma.RSCurrentlyLiveScalarFieldEnum | Prisma.RSCurrentlyLiveScalarFieldEnum[];
    include?: RSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: RSCurrentlyLiveOmit<ExtArgs> | null;
    orderBy?: RSCurrentlyLiveOrderByWithRelationInput | RSCurrentlyLiveOrderByWithRelationInput[];
    select?: RSCurrentlyLiveSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: RSCurrentlyLiveWhereInput;
}

RSCurrentlyLive findMany

Type Parameters

Type declaration