@bachman-dev/wanikani-api-types - v1.8.0
    Preparing search index...

    Interface WKReviewPayload

    The payload used in the request to create a new review via the WaniKani API.

    interface WKReviewPayload {
        review: WKReviewObjectWithAssignmentId | WKReviewObjectWithSubjectId;
    }
    Index

    Properties

    Properties

    A review object with either the assignment_id or subject_id specified.