Skip to content

Commit

Permalink
Merge pull request #12 from MarvNC:update-schema-types
Browse files Browse the repository at this point in the history
Add New Deinflection Definition Type
  • Loading branch information
MarvNC authored Jan 20, 2024
2 parents ebbd19e + 5f57e17 commit df48776
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/types/yomitan/termbank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ type DetailedDefinition =
background?: boolean;
collapsed?: boolean;
collapsible?: boolean;
};
}
| [
uninflectedTerm: string, // The uninflected term.
inflectionRules: string[], // A chain of inflection rules that produced the inflected term
];

type StructuredContentData = {
[key: string]: string;
Expand Down

0 comments on commit df48776

Please sign in to comment.