Skip to content

Commit

Permalink
feat: update options type
Browse files Browse the repository at this point in the history
Refs #8
  • Loading branch information
MHCYR committed Jan 11, 2024
1 parent f3a1908 commit c0cc2c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export declare type GenerateWorkflowOptions = {
examples: boolean,
schema: boolean
},
contentType: string
contentType: string,
requestExamples:string
}

export declare function generateWorkflow(file: any, options: GenerateWorkflowOptions): Promise<object>
Expand Down

0 comments on commit c0cc2c8

Please sign in to comment.