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

    Interface WKRequestPostPutOptions

    Options for making POST and PUT Requests to the WaniKani API.

    interface WKRequestPostPutOptions {
        customHeaders?: Record<string, string>;
    }
    Index

    Properties

    Properties

    customHeaders?: Record<string, string>

    Custom headers to add to this request only.