DisBot
    Preparing search index...

    Type Alias PollOptionsUpdateToOneWithWhereWithoutPollAnswersInput

    type PollOptionsUpdateToOneWithWhereWithoutPollAnswersInput = {
        data: XOR<
            PollOptionsUpdateWithoutPollAnswersInput,
            PollOptionsUncheckedUpdateWithoutPollAnswersInput,
        >;
        where?: PollOptionsWhereInput;
    }
    Index

    Properties

    Properties