DisBot
    Preparing search index...

    Type Alias TicketFeedbackUncheckedCreateWithoutTicketInput

    type TicketFeedbackUncheckedCreateWithoutTicketInput = {
        Comment?: string | null;
        Id?: number;
        Rating?: number | null;
        Sent?: boolean;
        SubmittedAt?: Date | string | null;
    }
    Index

    Properties

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