Skip to content

Commit 9c2508a

Browse files
authored
Merge pull request #28 from kenan-recebli/patch-1
2 parents 6f2780b + 0b652d3 commit 9c2508a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This will be transformed to:
5454

5555
```ts
5656
export type User = {
57-
int: number;
57+
id: number;
5858
name: string;
5959
address: string | null;
6060
}

0 commit comments

Comments
 (0)