chore: fix typo in type definition of FunctionDef

This commit is contained in:
Jos de Jong 2023-10-18 15:11:54 +02:00
parent 40146c2f48
commit 0cdc9aba78

View File

@ -1,4 +1,4 @@
export type FunctionDef {
export type FunctionDef = {
name: string,
aliasOf?: string,
signatures: Array<{