dce-reactkit 3.4.0-beta.2 → 3.4.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@
3
3
  * @author Yuen Ler Chow
4
4
  * @param collectionName the name of the collection
5
5
  * @param [adminsOnly] true if the endpoint is for admins only
6
+ * @returns the endpoint path
6
7
  */
7
8
  declare const generateEndpointPath: (collectionName: string, adminsOnly?: boolean | undefined) => string;
8
9
  export default generateEndpointPath;