Skip to content

Commit 1c1cad1

Browse files
committed
Fix to remove type of nonexisting field
1 parent c7a6959 commit 1c1cad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: complex-types.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type {Literal} from 'mdast'
22

33
export interface Math extends Literal {
44
type: 'math'
5-
lang?: string | null
65
meta?: string | null
76
}
87

0 commit comments

Comments
 (0)