@insforge/dashboard 0.0.0-dev.4 → 0.0.0-dev.6
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.
- package/dist/index.js +2243 -2212
- package/dist/lib/hooks/useCloudProjectInfo.d.ts +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ interface UseCloudProjectInfoOptions {
|
|
|
10
10
|
timeoutMs?: number;
|
|
11
11
|
}
|
|
12
12
|
export declare const CLOUD_PROJECT_INFO_QUERY_KEY: string[];
|
|
13
|
-
export declare function useCloudProjectInfo(
|
|
13
|
+
export declare function useCloudProjectInfo(_options?: UseCloudProjectInfoOptions): {
|
|
14
14
|
projectInfo: CloudProjectInfo;
|
|
15
15
|
isLoading: boolean;
|
|
16
16
|
error: null;
|