/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for per-type notification preference updates. */ export type NotificationTypePreference = { /** * Whether this notification type is enabled */ enabled?: boolean; };