|
@@ -20,29 +20,29 @@ export type Picked =
|
|
|
pickedType: "my-collection"
|
|
|
collectionIndex: number
|
|
|
}
|
|
|
- // TODO: Enable this when rest of the implementation is in place
|
|
|
- // | {
|
|
|
- // pickedType: "teams-request"
|
|
|
- // requestID: string
|
|
|
- // }
|
|
|
- // | {
|
|
|
- // pickedType: "teams-folder"
|
|
|
- // folderID: string
|
|
|
- // }
|
|
|
- // | {
|
|
|
- // pickedType: "teams-collection"
|
|
|
- // collectionID: string
|
|
|
- // }
|
|
|
- // | {
|
|
|
- // pickedType: "gql-my-request"
|
|
|
- // folderPath: string
|
|
|
- // requestIndex: number
|
|
|
- // }
|
|
|
- // | {
|
|
|
- // pickedType: "gql-my-folder"
|
|
|
- // folderPath: string
|
|
|
- // }
|
|
|
- // | {
|
|
|
- // pickedType: "gql-my-collection"
|
|
|
- // collectionIndex: number
|
|
|
- // }
|
|
|
+// TODO: Enable this when rest of the implementation is in place
|
|
|
+// | {
|
|
|
+// pickedType: "teams-request"
|
|
|
+// requestID: string
|
|
|
+// }
|
|
|
+// | {
|
|
|
+// pickedType: "teams-folder"
|
|
|
+// folderID: string
|
|
|
+// }
|
|
|
+// | {
|
|
|
+// pickedType: "teams-collection"
|
|
|
+// collectionID: string
|
|
|
+// }
|
|
|
+// | {
|
|
|
+// pickedType: "gql-my-request"
|
|
|
+// folderPath: string
|
|
|
+// requestIndex: number
|
|
|
+// }
|
|
|
+// | {
|
|
|
+// pickedType: "gql-my-folder"
|
|
|
+// folderPath: string
|
|
|
+// }
|
|
|
+// | {
|
|
|
+// pickedType: "gql-my-collection"
|
|
|
+// collectionIndex: number
|
|
|
+// }
|