export interface GetIssueSecurityScheme {
  /**
   * The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get)
   * operation to get a list of issue security scheme IDs.
   */
  id: number;
}
