trainingpeaks-sdk
Version:
TypeScript SDK for TrainingPeaks API integration
12 lines • 394 B
TypeScript
export declare const HTTP_STATUS: {
readonly OK: 200;
readonly CREATED: 201;
readonly NO_CONTENT: 204;
readonly BAD_REQUEST: 400;
readonly UNAUTHORIZED: 401;
readonly FORBIDDEN: 403;
readonly NOT_FOUND: 404;
readonly INTERNAL_SERVER_ERROR: 500;
};
export type HttpStatus = (typeof HTTP_STATUS)[keyof typeof HTTP_STATUS];
//# sourceMappingURL=http-status.d.ts.map