/** * * `viewable_by_tenant_admins` - Viewable By Tenant Admins * * `viewable_by_tenant_students` - Viewable By Tenant Students * * `viewable_by_anyone` - Viewable By Anyone */ export declare enum PromptVisibilityEnum { VIEWABLE_BY_TENANT_ADMINS = "viewable_by_tenant_admins", VIEWABLE_BY_TENANT_STUDENTS = "viewable_by_tenant_students", VIEWABLE_BY_ANYONE = "viewable_by_anyone" }