DisBot
    Preparing search index...

    Type Alias PollOptionsDeleteArgs<ExtArgs>

    PollOptions delete

    type PollOptionsDeleteArgs<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 delete.