@bachman-dev/wanikani-api-types - v2.0.0
    Preparing search index...

    Interface AssignmentPayload

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

    interface AssignmentPayload {
        assignment: { started_at?: Date | DatableString };
    }
    Index

    Properties

    Properties

    assignment: { started_at?: Date | DatableString }

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

    Type declaration

    • Optionalstarted_at?: Date | DatableString

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