Type Alias TWSCurrentlyLiveFindFirstArgs<ExtArgs>

TWSCurrentlyLiveFindFirstArgs<ExtArgs>: {
    cursor?: TWSCurrentlyLiveWhereUniqueInput;
    distinct?: Prisma.TWSCurrentlyLiveScalarFieldEnum | Prisma.TWSCurrentlyLiveScalarFieldEnum[];
    include?: TWSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    orderBy?: TWSCurrentlyLiveOrderByWithRelationInput | TWSCurrentlyLiveOrderByWithRelationInput[];
    select?: TWSCurrentlyLiveSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: TWSCurrentlyLiveWhereInput;
}

TWSCurrentlyLive findFirst

Type Parameters

Type declaration