/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { PlatformApplicationNoteKindEnum } from './PlatformApplicationNoteKindEnum'; /** * Body for adding/updating an internal reviewer note. */ export type PlatformApplicationNote = { body: string; kind?: PlatformApplicationNoteKindEnum; };