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 7025aa1 commit 3c82a57Copy full SHA for 3c82a57
packages/envconfig/src/types.ts
@@ -3,6 +3,8 @@ import type { NativeConnectionOptions } from '@temporalio/worker';
3
/**
4
* A data source for configuration, which can be a path to a file,
5
* the string contents of a file, or raw bytes.
6
+ *
7
+ * @experimental Environment configuration is new feature and subject to change.
8
*/
9
export type ConfigDataSource = { path: string } | { data: string | Buffer };
10
0 commit comments