mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
export const PLUS_SUGGESTION = {
|
|
FIRST_COMMENT_MAX_LENGTH: 500,
|
|
COMMENT_MAX_LENGTH: 280,
|
|
};
|
|
|
|
export const PLUS_TIERS = [1, 2, 3];
|