chore: remove unused tyoe
This commit is contained in:
parent
68103850e3
commit
ece3c3ae57
4
packages/playwright/types/test.d.ts
vendored
4
packages/playwright/types/test.d.ts
vendored
|
|
@ -31,10 +31,6 @@ export type ReporterDescription = Readonly<
|
||||||
[string] | [string, any]
|
[string] | [string, any]
|
||||||
>;
|
>;
|
||||||
|
|
||||||
type DeepPartial<T> = {
|
|
||||||
[P in keyof T]?: DeepPartial<T[P]>
|
|
||||||
}
|
|
||||||
|
|
||||||
type UseOptions<TestArgs, WorkerArgs> = Partial<WorkerArgs> & Partial<TestArgs>;
|
type UseOptions<TestArgs, WorkerArgs> = Partial<WorkerArgs> & Partial<TestArgs>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
4
utils/generate_types/overrides-test.d.ts
vendored
4
utils/generate_types/overrides-test.d.ts
vendored
|
|
@ -30,10 +30,6 @@ export type ReporterDescription = Readonly<
|
||||||
[string] | [string, any]
|
[string] | [string, any]
|
||||||
>;
|
>;
|
||||||
|
|
||||||
type DeepPartial<T> = {
|
|
||||||
[P in keyof T]?: DeepPartial<T[P]>
|
|
||||||
}
|
|
||||||
|
|
||||||
type UseOptions<TestArgs, WorkerArgs> = Partial<WorkerArgs> & Partial<TestArgs>;
|
type UseOptions<TestArgs, WorkerArgs> = Partial<WorkerArgs> & Partial<TestArgs>;
|
||||||
|
|
||||||
interface TestProject<TestArgs = {}, WorkerArgs = {}> {
|
interface TestProject<TestArgs = {}, WorkerArgs = {}> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue