mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
255 B
TypeScript
13 lines
255 B
TypeScript
6 months ago
|
/*
|
||
|
* index.ts
|
||
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
||
|
* 2024-06-06 15:48
|
||
|
* Distributed under terms of the MIT license.
|
||
|
*/
|
||
|
|
||
|
import api from './api'
|
||
|
|
||
|
export * from './models'
|
||
|
export { type Auths, type modelsSimpleAuth } from './models'
|
||
|
export { api }
|