chore: fix typo in type definition of FunctionDef
This commit is contained in:
parent
40146c2f48
commit
0cdc9aba78
@ -1,4 +1,4 @@
|
||||
export type FunctionDef {
|
||||
export type FunctionDef = {
|
||||
name: string,
|
||||
aliasOf?: string,
|
||||
signatures: Array<{
|
||||
|
Loading…
Reference in New Issue
Block a user