mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
|
export const CollectionValidation = {
|
||
|
/* The maximum length of the collection description */
|
||
|
maxDescriptionLength: 1000,
|
||
|
};
|