Skip to content

Commit

Permalink
Merge pull request #52 from UksusoFF/patch-1
Browse files Browse the repository at this point in the history
Cast UUID as string added
  • Loading branch information
tcampbPPU authored Apr 25, 2023
2 parents 0b3b2fc + f8d4899 commit e30732d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Constants/TypescriptMappings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ class TypescriptMappings
'json' => 'Record<string, unknown>',
'array' => 'string[]',
'point' => 'Point',
'guid' => 'string',
];
}

0 comments on commit e30732d

Please sign in to comment.