ad-on-is/adonis-autoswagger

Fix interfaces

Closed this issue · 1 comments

work
export interface OptionModifier {
option_id: number
}

no work
export interface OptionModifier {
option_id: number;
}

pay attention to the semicolon

please fix it!

Thx... Fixed in 3.55.0