DisBot
    Preparing search index...

    Type Alias PollOptionsFindUniqueOrThrowArgs<ExtArgs>

    PollOptions findUniqueOrThrow

    type PollOptionsFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: PollOptionsInclude<ExtArgs> | null;
        omit?: PollOptionsOmit<ExtArgs> | null;
        select?: PollOptionsSelect<ExtArgs> | null;
        where: PollOptionsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: PollOptionsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: PollOptionsOmit<ExtArgs> | null

    Omit specific fields from the PollOptions

    select?: PollOptionsSelect<ExtArgs> | null

    Select specific fields to fetch from the PollOptions

    Filter, which PollOptions to fetch.