DisBot
    Preparing search index...

    Type Alias LeaveImageDataUncheckedUpdateWithoutGuildLeaveSetupInput

    type LeaveImageDataUncheckedUpdateWithoutGuildLeaveSetupInput = {
        Background?: StringFieldUpdateOperationsInput | string;
        Color?: StringFieldUpdateOperationsInput | string;
        Gradient?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        Subtitle?: StringFieldUpdateOperationsInput | string;
        Text?: StringFieldUpdateOperationsInput | string;
        Theme?: StringFieldUpdateOperationsInput | string;
        Title?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    Background?: StringFieldUpdateOperationsInput | string