mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 00:36:14 +00:00
10 lines
126 B
TypeScript
10 lines
126 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface ProcessEnv {
|
|
GITLAB_PRIVATE_TOKEN?: string;
|
|
}
|
|
}
|
|
}
|
|
|
|
export {};
|