/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type EmailPromptDetail = { readonly id: number; readonly inserted_at: string; sender_email: string; sender_name?: string | null; subject?: string | null; content: string; mentor_name?: string | null; mentor_email: string; is_processed?: boolean; mentor_response?: string | null; send_status?: string | null; };