File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/storage/lib/modular Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,17 @@ import Task = FirebaseStorageTypes.Task;
27
27
import ListOptions = FirebaseStorageTypes . ListOptions ;
28
28
import SettableMetadata = FirebaseStorageTypes . SettableMetadata ;
29
29
import EmulatorMockTokenOptions = FirebaseStorageTypes . EmulatorMockTokenOptions ;
30
- import StringFormat = FirebaseStorageTypes . StringFormat ;
31
30
import FirebaseApp = ReactNativeFirebase . FirebaseApp ;
32
31
33
32
export const StringFormat : FirebaseStorageTypes . StringFormat ;
34
33
export const TaskEvent : FirebaseStorageTypes . TaskEvent ;
35
34
export const TaskState : FirebaseStorageTypes . TaskState ;
36
35
36
+ /**
37
+ * Union of literal string values in StringFormat "enum" object
38
+ */
39
+ export type StringFormat = ( typeof StringFormat ) [ keyof typeof StringFormat ] ;
40
+
37
41
/**
38
42
* Returns the existing default {@link Storage} instance that is associated with the
39
43
* default {@link FirebaseApp}. The default storage bucket is used. If no instance exists, initializes a new
You can’t perform that action at this time.
0 commit comments