mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
14 lines
No EOL
200 B
TypeScript
14 lines
No EOL
200 B
TypeScript
// Generated by nitro
|
|
|
|
// App Config
|
|
import type { Defu } from 'defu'
|
|
|
|
|
|
|
|
type UserAppConfig = Defu<{}, []>
|
|
|
|
declare module 'nitropack' {
|
|
interface AppConfig extends UserAppConfig {}
|
|
}
|
|
|
|
export {} |