Skip to content

Commit 22f0ee2

Browse files
committed
chore: add type for license plate
1 parent 28d696b commit 22f0ee2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

types/types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ type University struct {
9191
State string
9292
Type string
9393
}
94+
95+
type LicensePlate struct {
96+
Plate string
97+
}

0 commit comments

Comments
 (0)