export type ShareableMentorLink = { readonly id: number; readonly mentor: number; readonly token: string; enabled?: boolean; readonly inserted_at: string; readonly updated_at: string; };