DisBot
    Preparing search index...

    Type Alias PollOptionsCreateArgs<ExtArgs>

    PollOptions create

    type PollOptionsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<PollOptionsCreateInput, PollOptionsUncheckedCreateInput>;
        include?: PollOptionsInclude<ExtArgs> | null;
        omit?: PollOptionsOmit<ExtArgs> | null;
        select?: PollOptionsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a PollOptions.

    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