ad-on-is / adonis-autoswagger

Auto-Generate swagger docs for AdonisJS
MIT License
129 stars 41 forks source link

Fix interfaces #107

Closed Arina1P closed 4 months ago

Arina1P commented 4 months ago

work export interface OptionModifier { option_id: number }

no work export interface OptionModifier { option_id: number; }

pay attention to the semicolon

please fix it!

ad-on-is commented 4 months ago

Thx... Fixed in 3.55.0