DisBot
    Preparing search index...

    Type Alias GuildsUpdateToOneWithWhereWithoutAutoReactsInput

    type GuildsUpdateToOneWithWhereWithoutAutoReactsInput = {
        data: XOR<
            GuildsUpdateWithoutAutoReactsInput,
            GuildsUncheckedUpdateWithoutAutoReactsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties