@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
23 lines (21 loc) • 567 B
Flow
/**
* Flowtype definitions for status-code
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
declare export var ApiHttpStatusCode: {|
+Ok: 200, // 200
+Created: 201, // 201
+Accepted: 202, // 202
+NotModified: 304, // 304
+BadRequest: 400, // 400
+Unauthorized: 401, // 401
+Forbidden: 403, // 403
+NotFound: 404, // 404
+MethodNotAllowed: 405, // 405
+ContentNotAcceptable: 406, // 406
+TooEarly: 425, // 425
+TooManyRequests: 429, // 429
+InternalServerError: 500, // 500
+ServiceUnavailable: 503, // 503
|};