DisBot
    Preparing search index...

    Type Alias GuildLogsUncheckedUpdateInput

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

    Properties

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