DisBot
    Preparing search index...

    Type Alias PollsCreateOrConnectWithoutPollOptionsInput

    type PollsCreateOrConnectWithoutPollOptionsInput = {
        create: XOR<
            PollsCreateWithoutPollOptionsInput,
            PollsUncheckedCreateWithoutPollOptionsInput,
        >;
        where: PollsWhereUniqueInput;
    }
    Index

    Properties

    Properties