DisBot
    Preparing search index...

    Type Alias GuildLoggingUpsertWithoutGuildsInput

    type GuildLoggingUpsertWithoutGuildsInput = {
        create: XOR<
            GuildLoggingCreateWithoutGuildsInput,
            GuildLoggingUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildLoggingUpdateWithoutGuildsInput,
            GuildLoggingUncheckedUpdateWithoutGuildsInput,
        >;
        where?: GuildLoggingWhereInput;
    }
    Index

    Properties

    Properties