Skip to content

Commit 3c82a57

Browse files
committed
add experimental tag
1 parent 7025aa1 commit 3c82a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/envconfig/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import type { NativeConnectionOptions } from '@temporalio/worker';
33
/**
44
* A data source for configuration, which can be a path to a file,
55
* the string contents of a file, or raw bytes.
6+
*
7+
* @experimental Environment configuration is new feature and subject to change.
68
*/
79
export type ConfigDataSource = { path: string } | { data: string | Buffer };
810

0 commit comments

Comments
 (0)