/** The event ID to use for reference in the payload */
export interface NotificationSchemeEventIDPayload {
  /** The event ID to use for reference in the payload */
  id?: string;
}
