UNPKG

ontimize-web-ngx

Version:
6 lines (5 loc) 119 B
export interface BaseResponse { isSuccessful(): boolean; isFailed(): boolean; isUnauthorized(): boolean; }