UNPKG

starrail-manager

Version:

The StarRail Manager is a Node.js wrapper for the MiHoMo API and StarRail Data used in Honkai: StarRail.\ **This is not an official Honkai: StarRail project.**

5 lines (4 loc) 156 B
export declare class ApiError extends Error { status?: number | any | undefined; constructor(message: string, status?: number | any | undefined); }