fumeapp / modeltyper

Generate TypeScript interfaces from Laravel Models
MIT License
136 stars 16 forks source link

fix disabled plurals output #38

Closed nurdism closed 1 year ago

nurdism commented 1 year ago

this fixes #37

If plurals is disabled, the relation type will output relations: Relation[] and if enabled it will output relations: Relations and generate an export of export type Relations = Relation[]