mirror of
https://github.com/sern-handler/cli
synced 2026-06-27 18:22:20 +00:00
chore: for the statistics only
permalink: http://whatthecommit.com/f6cb5f952917639c9e28f94ae495bd59
This commit is contained in:
14
src/types/config.d.ts
vendored
14
src/types/config.d.ts
vendored
@@ -6,16 +6,14 @@ export interface sernConfig {
|
||||
};
|
||||
scripts?: {
|
||||
prepublish?: string;
|
||||
}
|
||||
};
|
||||
buildPath: string;
|
||||
rest?: Record<string, Record<string,unknown>>;
|
||||
rest?: Record<string, Record<string, unknown>>;
|
||||
}
|
||||
|
||||
export interface TheoreticalEnv {
|
||||
DISCORD_TOKEN: string
|
||||
APPLICATION_ID: string,
|
||||
MODE: 'PROD' | 'DEV'
|
||||
[name: string]: string
|
||||
DISCORD_TOKEN: string;
|
||||
APPLICATION_ID: string;
|
||||
MODE: 'PROD' | 'DEV';
|
||||
[name: string]: string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user