Type Alias WSCurrentlyLiveFindFirstArgs<ExtArgs>

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

Type Parameters

Type declaration