Type Alias RSCurrentlyLiveFindFirstArgs<ExtArgs>

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

Type Parameters

Type declaration