/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { NotificationSourceTypeEnum } from './NotificationSourceTypeEnum'; /** * Request serializer for source validation */ export type NotificationSource = { type: NotificationSourceTypeEnum; data: any; };