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

    Interface WKAssignmentPayload

    The optional payload used in the request to start a new assignment via the WaniKani API.

    interface WKAssignmentPayload {
        assignment: { started_at?: WKDatableString | Date };
    }
    Index

    Properties

    Properties

    assignment: { started_at?: WKDatableString | Date }

    Specify properties of the Assignment; currently only started_at is supported.

    Type declaration

    • Optionalstarted_at?: WKDatableString | Date

      When the assignment was started. Must be greater than or equal to the assignment's unlocked_at date.