Add 'supporter.*' events to event_definitions
This commit is contained in:
parent
869f819ba0
commit
f6ffa42659
1 changed files with 4 additions and 0 deletions
|
@ -16,5 +16,9 @@ export default interface Supporter extends HoudiniObject {
|
|||
supporter_addresses: IdType[] | SupporterAddress[];
|
||||
}
|
||||
|
||||
export type SupporterCreated = HoudiniEvent<'supporter_address.created', Supporter>;
|
||||
export type SupporterUpdated = HoudiniEvent<'supporter_address.updated', Supporter>;
|
||||
export type SupporterDeleted = HoudiniEvent<'supporter_address.deleted', Supporter>;
|
||||
|
||||
export * from './SupporterNote';
|
||||
export * from './SupporterAddress';
|
||||
|
|
Loading…
Reference in a new issue