/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `viewable_by_tenant_admins` - Viewable By Tenant Admins * * `viewable_by_tenant_students` - Viewable By Tenant Students * * `viewable_by_anyone` - Viewable By Anyone */ export enum PromptVisibilityEnum { VIEWABLE_BY_TENANT_ADMINS = 'viewable_by_tenant_admins', VIEWABLE_BY_TENANT_STUDENTS = 'viewable_by_tenant_students', VIEWABLE_BY_ANYONE = 'viewable_by_anyone', }