DisBot
    Preparing search index...

    Type Alias PollsUpdateWithWhereUniqueWithoutGuildsInput

    type PollsUpdateWithWhereUniqueWithoutGuildsInput = {
        data: XOR<
            PollsUpdateWithoutGuildsInput,
            PollsUncheckedUpdateWithoutGuildsInput,
        >;
        where: PollsWhereUniqueInput;
    }
    Index

    Properties

    Properties