fix build errors

This commit is contained in:
Mohammad Khyata 2026-04-09 15:23:36 +03:00
parent 29cc9c6f4e
commit 3eb471a604
3 changed files with 1 additions and 1 deletions

BIN
.build-output.log Normal file

Binary file not shown.

BIN
.dashboard-build.log Normal file

Binary file not shown.

View File

@ -7,7 +7,7 @@ export const PARTS_ROUTES = {
BY_ID: "/api/parts/{id}", BY_ID: "/api/parts/{id}",
IMPORT: "/api/parts/import", IMPORT: "/api/parts/import",
EXPORT: "/api/parts/export", EXPORT: "/api/parts/export",
TOGGLE_STATUS: "/api/toggle-part-status", TOGGLE_STATUS: "/api/parts/toggle-status",
} as const satisfies Record<string, ApiPath> } as const satisfies Record<string, ApiPath>
export class PartsClient extends CrudClient< export class PartsClient extends CrudClient<