Refactored config.d.ts to make connectionString and credentials optional

Signed-off-by: titanventura <aswath7862001@gmail.com>
This commit is contained in:
titanventura
2023-08-24 20:51:40 +05:30
parent c258bd395f
commit 27d7c74922
+2 -2
View File
@@ -201,12 +201,12 @@ export interface Config {
* (Optional) Connection string of the storage container.
* @visibility secret
*/
connectionString: string;
connectionString?: string;
/**
* (Optional) Credentials used to access a storage container.
* @visibility secret
*/
credentials: {
credentials?: {
/**
* Account access name
* @visibility secret