A generic type just for error responses.
function unauthorized(): EndpointMethodImplementationErrorOutput< typeof myEndpoint, HttpMethod.Get> { return {[HttpStatus.Unauthorized]: {responseData: undefined}};} Copy
function unauthorized(): EndpointMethodImplementationErrorOutput< typeof myEndpoint, HttpMethod.Get> { return {[HttpStatus.Unauthorized]: {responseData: undefined}};}
@rest-vir/api
A generic type just for error responses.