@plyaz/types 1.5.4 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5651,7 +5651,7 @@ export interface FileSnapshot {
|
|
|
5651
5651
|
* Environment configuration
|
|
5652
5652
|
* @interface EnvConfig
|
|
5653
5653
|
*/
|
|
5654
|
-
interface EnvConfig {
|
|
5654
|
+
export interface EnvConfig {
|
|
5655
5655
|
baseDir?: string;
|
|
5656
5656
|
envFile?: string;
|
|
5657
5657
|
override?: boolean;
|
|
@@ -5755,4 +5755,3 @@ export interface AsyncHook {
|
|
|
5755
5755
|
after?: (asyncId: number) => void;
|
|
5756
5756
|
destroy?: (asyncId: number) => void;
|
|
5757
5757
|
}
|
|
5758
|
-
export {};
|
package/package.json
CHANGED