DisBot
    Preparing search index...

    Type Alias GuildLogsUncheckedUpdateWithoutGuildsInput

    type GuildLogsUncheckedUpdateWithoutGuildsInput = {
        Id?: IntFieldUpdateOperationsInput | number;
        LogJSON?: StringFieldUpdateOperationsInput | string;
        LogMessage?: StringFieldUpdateOperationsInput | string;
        Notes?: GuildLogsUpdateNotesInput | string[];
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    LogMessage?: StringFieldUpdateOperationsInput | string
    Notes?: GuildLogsUpdateNotesInput | string[]