/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for student mentor creation permission responses */ export type StudentMentorCreationPermissionResponse = { /** * Whether students can create mentors on this platform */ allow_students_to_create_mentors: boolean; /** * The platform key */ platform_key: string; /** * Success message (only in set permission response) */ message?: string; };