DisBot
    Preparing search index...

    Type Alias GuildsUpdateToOneWithWhereWithoutAutoRolesInput

    type GuildsUpdateToOneWithWhereWithoutAutoRolesInput = {
        data: XOR<
            GuildsUpdateWithoutAutoRolesInput,
            GuildsUncheckedUpdateWithoutAutoRolesInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties