UNPKG

notbank

Version:
9 lines (8 loc) 193 B
import { ErrorCode } from "../constants/errorCode"; export interface StandardResponse { result: boolean; errormsg: string; errorcode: ErrorCode; statusCode: number; detail: string; }