env types added

This commit is contained in:
Sanidhya Kumar Verma
2024-03-22 08:16:06 +00:00
parent e4009c803a
commit 07b0155cf1

3
environment.d.ts vendored
View File

@ -13,6 +13,9 @@ declare global {
// public app url
NEXT_PUBLIC_APP_URL: string;
// clerk admin user id(s) (separated by comma(,) and space( )). Ex: "user_123, user_456, user_789"
CLERK_ADMIN_IDS: string;
}
}
}