Skip to content

Commit 6ba4257

Browse files
committed
refactor(types): env variables
1 parent ec6c1d1 commit 6ba4257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/environment.d.ts renamed to environment.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare global {
1414
readonly NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID: string
1515
readonly NEXT_PUBLIC_FIREBASE_APP_ID: string
1616
readonly NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID: string
17-
readonly NEXT_TELEMETRY_DISABLED: boolean
17+
readonly NEXT_TELEMETRY_DISABLED: string
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)