Closed nurdism closed 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[]
relations: Relation[]
relations: Relations
export type Relations = Relation[]
this fixes #37
If plurals is disabled, the relation type will output
relations: Relation[]
and if enabled it will outputrelations: Relations
and generate an export ofexport type Relations = Relation[]