Skip to content

Commit df93e02

Browse files
committed
chore: add type
1 parent 6f0a9ef commit df93e02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/company.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { Faker } from '.';
2+
import type { Fake } from './fake';
23

34
export class Company {
4-
readonly f;
5+
readonly f: Fake['fake'];
56

67
constructor(private readonly faker: Faker) {
78
// Bind `this` so namespaced is working correctly

0 commit comments

Comments
 (0)