Skip to content

Commit

Permalink
Add forgotten generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Jan 13, 2025
1 parent 8c0f605 commit d61a0af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ export interface IMiniLcmJsInvokable
createExampleSentence(entryId: string, senseId: string, exampleSentence: IExampleSentence) : Promise<IExampleSentence>;
updateExampleSentence(entryId: string, senseId: string, before: IExampleSentence, after: IExampleSentence) : Promise<IExampleSentence>;
deleteExampleSentence(entryId: string, senseId: string, exampleSentenceId: string) : Promise<void>;
dispose() : Promise<void>;
}
/* eslint-enable */

0 comments on commit d61a0af

Please sign in to comment.