Interface EditStageInstanceOptions

interface EditStageInstanceOptions {
    privacyLevel?: StageInstancePrivacyLevels;
    reason?: string;
    topic: string;
}

Hierarchy

Properties

The privacy level of the stage instance.

reason?: string

The reason for editing the stage instance.

topic: string

The topic of the stage instance.