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