Skip to content

Commit

Permalink
.d
Browse files Browse the repository at this point in the history
  • Loading branch information
miko3k committed Dec 31, 2021
1 parent 7c45e8d commit 86469a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/verb.ts → schema/verb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type English = {
}


export type Verb = {
export interface SpanishVerb {
regular: boolean
indicativo: Indicativo<Forms>
subjuntivo: Subjuntivo<Forms> & SubjuntivoAlt<Forms>
Expand Down

0 comments on commit 86469a6

Please sign in to comment.