DisBot
    Preparing search index...

    Type Alias GuildsUpdateToOneWithWhereWithoutAutoPublishInput

    type GuildsUpdateToOneWithWhereWithoutAutoPublishInput = {
        data: XOR<
            GuildsUpdateWithoutAutoPublishInput,
            GuildsUncheckedUpdateWithoutAutoPublishInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties