interface StageInstanceEditOptions {
    privacyLevel?: StageInstancePrivacyLevel;
    topic?: string;
}

Properties

topic?: string