/*
 * Copyright (c) 2016-2025 Bjoern Kimminich & the OWASP Juice Shop contributors.
 * SPDX-License-Identifier: MIT
 */

export const options = {
  noHints: 'No hints',
  freeHints: 'Free hints',
  paidHints: 'Paid hints',
  ctfdFramework: 'CTFd',
  fbctfFramework: 'FBCTF',
  rtbFramework: 'RootTheBox'
} as const
