jeffsi-meet/react/features/polls/constants.ts

3 lines
65 B
TypeScript

export const CHAR_LIMIT = 500;
export const ANSWERS_LIMIT = 255;