interface ReleaseEscalationParams {
    assignee?: string;
    id: string;
    namespace?: string;
}

Properties

assignee?: string

When provided, the release is rejected with wrong-assignee if the current assignee differs

id: string
namespace?: string