/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CustomInstructionResponse = { readonly id: number; about_user?: string | null; mentor_tone?: string | null; /** * Position or work. eg: Engineer, student etc. */ profession?: string; /** * Comma separated list of expected traits for mentor. */ desired_mentor_traits?: string; };