export interface RawNotification extends RawActionBase { readonly type: 'Notification'; readonly args: readonly ContractParameter[]; readonly eventName: string; }