Variable httpStatusCodesConst

httpStatusCodes: Readonly<{
    INTERNAL_SERVER_ERROR: 500;
    OK: 200;
}> = ...

Generated using TypeDoc