DisBot
    Preparing search index...

    Type Alias TicketFeedbackCreateInput

    type TicketFeedbackCreateInput = {
        Comment?: string | null;
        Rating?: number | null;
        Sent?: boolean;
        SubmittedAt?: Date | string | null;
        Ticket: TicketsCreateNestedOneWithoutTicketFeedbackInput;
    }
    Index

    Properties

    Comment?: string | null
    Rating?: number | null
    Sent?: boolean
    SubmittedAt?: Date | string | null