/** * This interface represents the basic contract for the notifier data to be used with {@link NotifierConfig}. */ export interface NotifierData { }