UNPKG

comic-vine-sdk

Version:

A JS/TS client for the Comic Vine API

10 lines (9 loc) 209 B
export declare enum StatusCode { OK = 1, InvalidApiKey = 100, ObjectNotFound = 101, UrlFormatError = 102, JsonpCallbackMissing = 103, FilterError = 104, SubscriberOnlyVideo = 105 }