DisBot
    Preparing search index...

    Type Alias PollOptionsCreateOrConnectWithoutPollsInput

    type PollOptionsCreateOrConnectWithoutPollsInput = {
        create: XOR<
            PollOptionsCreateWithoutPollsInput,
            PollOptionsUncheckedCreateWithoutPollsInput,
        >;
        where: PollOptionsWhereUniqueInput;
    }
    Index

    Properties

    Properties