interface NextStageOptions {
    stageName?: string;
}

Properties

Properties

stageName?: string