mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-26 12:04:06 +00:00
11 lines
289 B
TypeScript
11 lines
289 B
TypeScript
interface ImportMetaEnv {
|
|
readonly PUBLIC_SITE_URL: string
|
|
readonly PUBLIC_LOGTO_CALLBACK_URL: string
|
|
readonly PUBLIC_LOGTO_REDIRECT_URL: string
|
|
readonly PUBLIC_LOGTO_APP_ID: string
|
|
readonly PUBLIC_LOGTO_ENDPOINT: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|