UNPKG

azurlane

Version:
9 lines (6 loc) 389 B
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;