DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutAutoReactsInput

    type GuildsUpsertWithoutAutoReactsInput = {
        create: XOR<
            GuildsCreateWithoutAutoReactsInput,
            GuildsUncheckedCreateWithoutAutoReactsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutAutoReactsInput,
            GuildsUncheckedUpdateWithoutAutoReactsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties