DisBot
    Preparing search index...

    Type Alias TicketFeedbackCreateManyInput

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

    Properties

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