Spaces:
Running
Running
import { FeedbackRequestType } from "@/api/predictions/types"; | |
export interface CommentProps { | |
onSubmit: (data: FeedbackRequestType, onSuccess?: () => void) => void; | |
loading?: boolean; | |
log_id: number | undefined; | |
} | |