/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type MessageView = { count: number; title: string; is_shared: boolean; proactive_prompt: string; mentor_unique_id: string; platform_key: string; previous: string; next: string; results: Array; client_context?: any; };