DisBot
    Preparing search index...

    Type Alias PollsUpsertWithWhereUniqueWithoutGuildsInput

    type PollsUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            PollsCreateWithoutGuildsInput,
            PollsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            PollsUpdateWithoutGuildsInput,
            PollsUncheckedUpdateWithoutGuildsInput,
        >;
        where: PollsWhereUniqueInput;
    }
    Index

    Properties

    Properties