interface OpenIssueArgs {
    channelIndices: number[];
    comment: string;
    level: 0 | 1 | 2;
    title: string;
}

Properties

channelIndices: number[]
comment: string
level: 0 | 1 | 2
title: string