export const numbers = [
  -1, 0, 1, 2
]

// eslint-disable-next-line @typescript-eslint/no-magic-numbers
export const httpErrors = [403, 404, 500]

export default numbers