FUJI/src/env.d.ts
2024-08-24 16:55:33 +08:00

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
}