interface Properties {
    repositoryId: number;
    suggestionState?: "UNAPPLIED";
}

Properties

repositoryId: number
suggestionState