DisBot
    Preparing search index...

    Type Alias GuildsUpdateToOneWithWhereWithoutPollsInput

    type GuildsUpdateToOneWithWhereWithoutPollsInput = {
        data: XOR<
            GuildsUpdateWithoutPollsInput,
            GuildsUncheckedUpdateWithoutPollsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties