azurlane
Version:
Api wrapper for the azur lane api
9 lines (6 loc) • 389 B
text/typescript
import { AzurLane, IOptions, Category } from "./azurlane";
export { IBaseResponse, IErrorResponse, ApiError } from "./interfaces/base";
export { IConstruction, IBuildResponse } from "./interfaces/build";
export { INames, ISkin, IStars, IMiscellaneous, IMiscellaneousInfo, IShip, IShipResponse } from "./interfaces/ship";
export { AzurLane, IOptions, Category };
export default AzurLane;