UNPKG

notbank

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