Fixed type error in d.ts file to shut up linters

This commit is contained in:
Bertie690 2025-08-17 22:50:43 -04:00 committed by GitHub
parent b55c2433bd
commit e9b758414c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ import type { expectedStatusType } from "#test/test-utils/matchers/to-have-statu
import type { toHaveTypesOptions } from "#test/test-utils/matchers/to-have-types";
import type { TurnMove } from "#types/turn-move";
import type { AtLeastOne } from "#types/type-helpers";
import type { toDmgValue } from "utils/common";
import type { toDmgValue } from "#utils/common";
import type { expect } from "vitest";
declare module "vitest" {