DisBot
    Preparing search index...

    Type Alias TicketFeedbackUpdateWithoutTicketInput

    type TicketFeedbackUpdateWithoutTicketInput = {
        Comment?: NullableStringFieldUpdateOperationsInput | string | null;
        Rating?: NullableIntFieldUpdateOperationsInput | number | null;
        Sent?: BoolFieldUpdateOperationsInput | boolean;
        SubmittedAt?:
            | NullableDateTimeFieldUpdateOperationsInput
            | Date
            | string
            | null;
    }
    Index

    Properties

    Rating?: NullableIntFieldUpdateOperationsInput | number | null
    SubmittedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null