Type Alias TTSCurrentlyLiveFindFirstArgs<ExtArgs>

TTSCurrentlyLiveFindFirstArgs<ExtArgs>: {
    cursor?: TTSCurrentlyLiveWhereUniqueInput;
    distinct?: Prisma.TTSCurrentlyLiveScalarFieldEnum | Prisma.TTSCurrentlyLiveScalarFieldEnum[];
    include?: TTSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TTSCurrentlyLiveOmit<ExtArgs> | null;
    orderBy?: TTSCurrentlyLiveOrderByWithRelationInput | TTSCurrentlyLiveOrderByWithRelationInput[];
    select?: TTSCurrentlyLiveSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: TTSCurrentlyLiveWhereInput;
}

TTSCurrentlyLive findFirst

Type Parameters

Type declaration