Rename features types file

This commit is contained in:
jeffvli
2024-03-05 14:05:01 -08:00
parent e7b2f30718
commit a9315be259
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { z } from 'zod';
import { toast } from '/@/renderer/components';
import { useAuthStore } from '/@/renderer/store';
import { ServerListItem } from '/@/renderer/api/types';
import { ServerFeature } from '/@/renderer/api/features.types';
import { ServerFeature } from '/@/renderer/api/features-types';
// Since ts-rest client returns a strict response type, we need to add the headers to the body object
export const resultWithHeaders = <ItemType extends z.ZodTypeAny>(itemSchema: ItemType) => {