/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ShareableMentorLink = { readonly id: number; readonly mentor: number; readonly token: string; enabled?: boolean; readonly inserted_at: string; readonly updated_at: string; };