export type TemplateMentor = { readonly id: number; name: string; slug?: string; unique_id?: string; description?: string | null; system_prompt?: string | null; platform_key: string | null; };