DisBot
    Preparing search index...

    Type Alias GuildAutoRolesUpsertWithWhereUniqueWithoutGuildsInput

    type GuildAutoRolesUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildAutoRolesCreateWithoutGuildsInput,
            GuildAutoRolesUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildAutoRolesUpdateWithoutGuildsInput,
            GuildAutoRolesUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildAutoRolesWhereUniqueInput;
    }
    Index

    Properties

    Properties