@scalar/api-client
Version:
the open source API testing client
22 lines • 515 B
TypeScript
export declare const getStatusCodeColor: (statusCode: number) => {
readonly color: "text-yellow";
} | {
readonly color: "text-green";
} | {
readonly color: "text-green";
} | {
readonly color: "text-blue";
} | {
readonly color: "text-blue";
} | {
readonly color: "text-red";
} | {
readonly color: "text-orange";
} | {
readonly color: "text-yellow";
} | {
readonly color: "text-purple";
} | {
readonly color: "text-orange";
};
//# sourceMappingURL=httpStatusCodeColors.d.ts.map