/* * index.ts * Copyright (C) 2024 veypi * 2024-06-06 15:48 * Distributed under terms of the MIT license. */ import api from './api' import * as auth from './auth' // export * from './models' import * as models from './models' export { api, models, auth }