sanity-plugin-workspace-home

3.0.113.0.12
dist/index.d.ts
~dist/index.d.tsModified
+1−4
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -3,10 +3,7 @@
 type WorkspaceHomeConfigProps = {
   projectId: string;
   dataset: string;
 };
-declare const workspaceHomeConfig: ({
-  projectId,
-  dataset
-}: WorkspaceHomeConfigProps) => WorkspaceOptions;
+declare const workspaceHomeConfig: ({ projectId, dataset }: WorkspaceHomeConfigProps) => WorkspaceOptions;
 export { workspaceHome, workspaceHomeConfig };
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file