/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for toggling notification preference */ export type PatchedNotificationToggle = { /** * True to enable, False to disable this notification type for the platform */ allow_notification?: boolean; };