fix(lint): ts lint fixed 1

This commit is contained in:
sky5454 2026-04-04 06:38:45 +08:00
parent 7e21f072d5
commit ca05952677

View file

@ -147,52 +147,52 @@ export interface FileRoutesById {
export interface FileRouteTypes { export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath fileRoutesByFullPath: FileRoutesByFullPath
fullPaths: fullPaths:
| '/' | '/'
| '/channels' | '/channels'
| '/agent' | '/agent'
| '/config' | '/config'
| '/credentials' | '/credentials'
| '/launcher-login' | '/launcher-login'
| '/launcher-setup' | '/launcher-setup'
| '/logs' | '/logs'
| '/models' | '/models'
| '/agent/hub' | '/agent/hub'
| '/agent/skills' | '/agent/skills'
| '/agent/tools' | '/agent/tools'
| '/channels/$name' | '/channels/$name'
| '/config/raw' | '/config/raw'
fileRoutesByTo: FileRoutesByTo fileRoutesByTo: FileRoutesByTo
to: to:
| '/' | '/'
| '/channels' | '/channels'
| '/agent' | '/agent'
| '/config' | '/config'
| '/credentials' | '/credentials'
| '/launcher-login' | '/launcher-login'
| '/launcher-setup' | '/launcher-setup'
| '/logs' | '/logs'
| '/models' | '/models'
| '/agent/hub' | '/agent/hub'
| '/agent/skills' | '/agent/skills'
| '/agent/tools' | '/agent/tools'
| '/channels/$name' | '/channels/$name'
| '/config/raw' | '/config/raw'
id: id:
| '__root__' | '__root__'
| '/' | '/'
| '/channels' | '/channels'
| '/agent' | '/agent'
| '/config' | '/config'
| '/credentials' | '/credentials'
| '/launcher-login' | '/launcher-login'
| '/launcher-setup' | '/launcher-setup'
| '/logs' | '/logs'
| '/models' | '/models'
| '/agent/hub' | '/agent/hub'
| '/agent/skills' | '/agent/skills'
| '/agent/tools' | '/agent/tools'
| '/channels/$name' | '/channels/$name'
| '/config/raw' | '/config/raw'
fileRoutesById: FileRoutesById fileRoutesById: FileRoutesById
} }
export interface RootRouteChildren { export interface RootRouteChildren {