ayedo / ktsgenerator

Gradle plugin to generate Typescript defintions from Kotlin classes
Apache License 2.0
7 stars 0 forks source link

ts optional #2

Closed grandpancaker closed 4 years ago

grandpancaker commented 4 years ago

Is there maybe a setting to set optional in ts? now its create start: Date | undefined; but i would prefere start?: Date;

ayedo commented 4 years ago

I'm sorry, there is no such setting. This plugin is only a wrapper of tsgenerator, which does not offer this functionality either.