Type Alias KSCurrentlyLiveFindFirstArgs<ExtArgs>

KSCurrentlyLiveFindFirstArgs<ExtArgs>: {
    cursor?: KSCurrentlyLiveWhereUniqueInput;
    distinct?: Prisma.KSCurrentlyLiveScalarFieldEnum | Prisma.KSCurrentlyLiveScalarFieldEnum[];
    include?: KSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: KSCurrentlyLiveOmit<ExtArgs> | null;
    orderBy?: KSCurrentlyLiveOrderByWithRelationInput | KSCurrentlyLiveOrderByWithRelationInput[];
    select?: KSCurrentlyLiveSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: KSCurrentlyLiveWhereInput;
}

KSCurrentlyLive findFirst

Type Parameters

Type declaration