interface IssueTrackerSavedSearchMutableParams {
    default: boolean;
    name: string;
}

Properties

Properties

default: boolean
name: string