Skip to main content

Variable: expenseSchema

const expenseSchema: any

Schema for validating expense form data

Remarks

  • Amount must be between 0.01 and 1,000,000
  • Description must be between 3 and 100 characters
  • Tags are optional but must follow specific format rules if provided