Fix a typo in the Supporter Typescript definition

This commit is contained in:
Eric Schultz 2021-02-02 11:42:56 -06:00 committed by Eric Schultz
parent a52b539449
commit 65c56410f1

View file

@ -1,5 +1,5 @@
// License: LGPL-3.0-or-later
import type { IdType, HoudiniObject } from '../../common';
import type { IdType, HoudiniObject, HoudiniEvent } from '../../common';
import type Nonprofit from '../';
import type { SupporterAddress } from './SupporterAddress';