export interface DeleteSecurityScheme {
  /** The ID of the issue security scheme. */
  schemeId: string;
}
