fix(build): fix build error

This commit is contained in:
osohyun0224 2024-06-09 17:21:08 +09:00
parent 212030d5c2
commit 41aded6f27
2 changed files with 0 additions and 10 deletions

View file

@ -8176,11 +8176,6 @@ export interface TestInfo {
* Optional description.
*/
description?: string;
/**
* Optional url.
*/
url?: string;
}>;
/**

View file

@ -481,11 +481,6 @@ export interface TestCase {
* Optional description.
*/
description?: string;
/**
* Optional url.
*/
url?: string;
}>;
/**