DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutReactionRoleInput

    type GuildsUpsertWithoutReactionRoleInput = {
        create: XOR<
            GuildsCreateWithoutReactionRoleInput,
            GuildsUncheckedCreateWithoutReactionRoleInput,
        >;
        update: XOR<
            GuildsUpdateWithoutReactionRoleInput,
            GuildsUncheckedUpdateWithoutReactionRoleInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties