digitalfabrik/integreat-app

View on GitHub
shared/constants/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const MAX_DATE_RECURRENCES = 10
export const MAX_DATE_RECURRENCES_COLLAPSED = 3

export const SPRUNGBRETT_OFFER_ALIAS = 'sprungbrett'
export const MALTE_HELP_FORM_OFFER_ALIAS = 'help'
export const APPOINTMENT_BOOKING_OFFER_ALIAS = 'terminbuchung'

export const INTERNAL_OFFERS = [SPRUNGBRETT_OFFER_ALIAS, MALTE_HELP_FORM_OFFER_ALIAS]