ReviewLogInputinterface ReviewLogInput extends Omit<ReviewLog, "rating" | "state" | "due" | "review"> {due: DateInput;rating: RatingType | Rating;review: DateInput;state: StateType | State;}§Extends§Omit<ReviewLog, "rating" | "state" | "due" | "review">[src]§Properties§due: DateInput[src]§rating: RatingType | Rating[src]§review: DateInput[src]§state: StateType | State[src]