11 lines
144 B
TypeScript
11 lines
144 B
TypeScript
export const defaults = {
|
|
description: {
|
|
maxLength: 150,
|
|
minLength: 100,
|
|
},
|
|
title: {
|
|
maxLength: 60,
|
|
minLength: 50,
|
|
},
|
|
}
|