We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6d204 commit a08b998Copy full SHA for a08b998
workspaces/types/types/environment/environment.d.ts
@@ -14,7 +14,7 @@ import type {
14
LookupOptions,
15
} from './methods-options.js';
16
17
-type BasicFile = { path: string; contents?: Buffer | null };
+type BasicFile = { path: string; contents: Buffer | null };
18
type StreamFile = typeof import('mem-fs-editor') extends never ? BasicFile : import('mem-fs-editor').MemFsEditorFile;
19
20
export type EnvironmentConstructor<A extends InputOutputAdapter = InputOutputAdapter> = new (
0 commit comments