synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
9 lines • 440 B
TypeScript
/**
* Given the ID of a container entity and a path string array, create the folder structure as necessary and return the ID of the final folder in the path.
* @returns The ID of the final folder in the path.
*/
export declare function useCreateFolderPath(): import("@tanstack/react-query").UseMutationResult<string, Error, {
rootContainerId: string;
path: string[];
}, unknown>;
//# sourceMappingURL=useCreateFolderPath.d.ts.map