mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
15
src/typings/api.d.ts
vendored
15
src/typings/api.d.ts
vendored
@ -1,11 +1,13 @@
|
||||
/**
|
||||
* namespace Api
|
||||
* @description all backend api type
|
||||
* Namespace Api
|
||||
*
|
||||
* All backend api type
|
||||
*/
|
||||
declare namespace Api {
|
||||
/**
|
||||
* namespace Auth
|
||||
* @description backend api module: "auth"
|
||||
* Namespace Auth
|
||||
*
|
||||
* Backend api module: "auth"
|
||||
*/
|
||||
namespace Auth {
|
||||
interface LoginToken {
|
||||
@ -21,8 +23,9 @@ declare namespace Api {
|
||||
}
|
||||
|
||||
/**
|
||||
* namespace Route
|
||||
* @description backend api module: "route"
|
||||
* Namespace Route
|
||||
*
|
||||
* Backend api module: "route"
|
||||
*/
|
||||
namespace Route {
|
||||
type ElegantConstRoute = import('@elegant-router/types').ElegantConstRoute;
|
||||
|
Reference in New Issue
Block a user